mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Bug fixes
This commit is contained in:
@@ -250,8 +250,9 @@ end
|
||||
trace.i = function(object, variable)
|
||||
|
||||
local info = debug.getinfo( 2, "nl" )
|
||||
if info.name ~= trace.nametrace then
|
||||
trace.nametrace = info.name
|
||||
trace.nametrace = info.name
|
||||
if trace.nametrace == nil then
|
||||
trace.nametrace = "function"
|
||||
end
|
||||
if trace.names.all or trace.tracefunction( trace.nametrace ) or trace.classes[ object ] then
|
||||
local objecttrace = ""
|
||||
|
||||
Reference in New Issue
Block a user