再修复json库问题

This commit is contained in:
MrZ626
2020-11-28 23:20:23 +08:00
parent 41a9f6f16d
commit 2c247a599d
2 changed files with 8 additions and 7 deletions

View File

@@ -307,7 +307,7 @@ do--json
if a then
return b
else
LOG.print(text.jsonError,"warn")
LOG.print(text.jsonError..": "..(b or"uknErr"),"warn")
return
end
end
@@ -540,7 +540,7 @@ do--json
if a then
return b
else
LOG.print(text.jsonError,"warn")
LOG.print(text.jsonError..": "..(b or"uknErr"),"warn")
return
end
end