From 2758a2eb033e2735a762e5704f744e6d563def1d Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 15 Dec 2020 11:38:11 +0800 Subject: [PATCH] =?UTF-8?q?FILE.load=E5=A4=B1=E8=B4=A5=E6=97=B6=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E8=BF=94=E5=9B=9E=E7=A9=BA=E8=A1=A8=EF=BC=8C=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E8=BF=94=E5=9B=9E=E7=A9=BA=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/file.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zframework/file.lua b/Zframework/file.lua index 9f65e4cc..8418e8ff 100644 --- a/Zframework/file.lua +++ b/Zframework/file.lua @@ -12,7 +12,7 @@ function FILE.load(name) return s() else LOG.print(name.." "..text.loadError,COLOR.red) - return{} + return end else local res=json.decode(s) @@ -20,7 +20,7 @@ function FILE.load(name) return res else LOG.print(name.." "..text.loadError,COLOR.red) - return{} + return end end end