报错系统大升级,更不容易闪退并且不会把程序搞死

This commit is contained in:
MrZ626
2021-03-16 01:21:42 +08:00
parent a728d4427e
commit 782732278e
10 changed files with 95 additions and 69 deletions

View File

@@ -258,6 +258,7 @@ do--commands.help(arg)
end
end
function commands.shutdown(arg)os.execute("shutdown "..arg)end
function commands.error(mes)error(mes)end
function commands.cls()outputBox:clear()end
function commands.rst()
history,hisPtr={}