test resolve
This commit is contained in:
parent
84e4d6d575
commit
e3499e4b99
|
@ -112,7 +112,7 @@ class Script:
|
||||||
ctx.options.keys()
|
ctx.options.keys()
|
||||||
)
|
)
|
||||||
except exceptions.OptionsError as e:
|
except exceptions.OptionsError as e:
|
||||||
script_error_handler(self.fullpath,e,str(e))
|
script_error_handler(self.fullpath, e, msg=str(e))
|
||||||
|
|
||||||
async def watcher(self):
|
async def watcher(self):
|
||||||
last_mtime = 0
|
last_mtime = 0
|
||||||
|
|
Loading…
Reference in New Issue