From f128527039410aede6275ce94dd1376043e7db9e Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 10 Mar 2021 02:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8A=A0=E8=BD=BD=E4=B8=AD?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BC=9A=E7=9B=B4=E6=8E=A5=E9=97=AA=E9=80=80?= 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 a571559b..4578356c 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -380,7 +380,7 @@ function love.errorhandler(msg) local BGcolor=rnd()>.026 and{.3,.5,.9}or{.62,.3,.926} local needDraw=true local count=0 - local errorMsg=text.errorMsg or"An error has occurred and Techmino needs to restart.\nError info has been created, and you can send it to the author." + local errorMsg=text and text.errorMsg or"An error has occurred during loading.\nError info has been created, and you can send it to the author." return function() love.event.pump() for E,a,b in love.event.poll()do