From 05d7eb60bc88ed71df4a7561d520c5a57e1208b5 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 21 Nov 2021 21:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E5=A4=84=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=97=AE=E9=A2=98=E5=AF=BC=E8=87=B4=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E8=AF=86=E5=88=AB=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/init.lua b/Zframework/init.lua index 23b1726e..e17613f4 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -379,7 +379,7 @@ end function love.errorhandler(msg) if type(msg)~='string'then msg="Unknown error" - elseif msg:find("Invaild UTF-8")and text then + elseif msg:find("Invalid UTF-8")and text then msg=text.tryAnotherBuild end