Done fixed for SLMOD. Need to retest.

This commit is contained in:
FlightControl
2016-06-25 13:29:58 +02:00
parent 8b57ab494b
commit c3da8ac008
34 changed files with 134 additions and 127 deletions

View File

@@ -111,8 +111,10 @@ function SCHEDULER:_Scheduler()
local ErrorHandler = function( errmsg )
env.info( "Error in SCHEDULER function:" .. errmsg )
env.info( debug.traceback() )
if debug ~= nil then
env.info( debug.traceback() )
end
return errmsg
end