lunatik icon indicating copy to clipboard operation
lunatik copied to clipboard

prevent running a script that is already loaded

Open lneto opened this issue 1 year ago • 1 comments

e.g.,

$ lunatik run script.lua
$ lunatik run script.lua # -> should raise an error

lneto avatar Jan 19 '24 13:01 lneto

We could check if driver.__runtimes [script] is defined, and raise an error ?

glk0 avatar Mar 21 '24 03:03 glk0