From f0fb37c9fc9fe68973b9e5bdaa0740be668e57fa Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 14 Dec 2020 22:09:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=A4=B1=E8=B4=A5=E6=97=B6?= =?UTF-8?q?=E4=BC=9A=E8=BE=93=E5=87=BA=E6=9B=B4=E5=A4=9A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/file.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Zframework/file.lua b/Zframework/file.lua index 303f15fc..9f65e4cc 100644 --- a/Zframework/file.lua +++ b/Zframework/file.lua @@ -52,6 +52,7 @@ function FILE.save(data,name,mode) end else LOG.print(text.saveError..(mes or"unknown error"),"error") + LOG.print(debug.traceback(),"error") end end return FILE \ No newline at end of file