mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Working on Init Bugs
This commit is contained in:
@@ -466,7 +466,9 @@ Manager.error = setmetatable({
|
||||
rawset(tbl,'__crash',true)
|
||||
rawget(tbl,'__error_call')(err,2)
|
||||
end
|
||||
rawget(tbl,'__error_call')(err,2)
|
||||
local args = {...}
|
||||
local trace = args[1] and type(args[1]) == 'number' and args[1] or 2
|
||||
rawget(tbl,'__error_call')(err,trace)
|
||||
end,
|
||||
__index=function(tbl,key)
|
||||
-- this allows the __error_handler to be called from many different names
|
||||
|
||||
Reference in New Issue
Block a user