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