This commit is contained in:
kepler155c
2018-01-06 22:31:54 -05:00
parent 44932ac515
commit d4cf76b8e8
3 changed files with 3 additions and 18 deletions

View File

@@ -89,7 +89,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