简化MES.traceback

This commit is contained in:
MrZ626
2021-06-19 20:17:10 +08:00
parent b3e9b128b6
commit e846222ace
3 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ function json.encode(val)
if a then
return b
elseif MES then
MES.traceback(1)
MES.traceback()
end
end
@@ -349,7 +349,7 @@ function json.decode(str)
if a then
return b
elseif MES then
MES.traceback(1)
MES.traceback()
end
end
return json