better startup

This commit is contained in:
kepler155c
2017-09-25 22:49:25 -04:00
parent 8d1acbbd7c
commit 08acd126c8
6 changed files with 45 additions and 87 deletions

View File

@@ -327,7 +327,7 @@ function page:runFunction(id, script)
local fn, msg = loadstring(script, 'script')
if not fn then
self.notification:error('Error in script')
debug(msg)
-- debug(msg)
return
end