mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
fix a small issues in EVENT with debug condition
This commit is contained in:
parent
901f460907
commit
15c09d9880
@ -734,7 +734,7 @@ function EVENT:onEvent( Event )
|
||||
local ErrorHandler = function( errmsg )
|
||||
|
||||
env.info( "Error in SCHEDULER function:" .. errmsg )
|
||||
if debug ~= nil then
|
||||
if BASE.Debug ~= nil then
|
||||
env.info( debug.traceback() )
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user