From 3c91b367a94144b58b20a9495f151edfc75d5232 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sun, 31 Aug 2025 21:48:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=9C=AC=E5=88=86=E5=89=B2=E7=9A=84?= =?UTF-8?q?=E6=AD=A3=E5=88=99=E8=A1=A8=E8=BE=BE=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer.lua b/installer.lua index a6c8e1c..fa78fef 100644 --- a/installer.lua +++ b/installer.lua @@ -108,8 +108,7 @@ end local function updateStatus(text) statusText.clear() local lines = {} - for line in text:gmatch("[^ -]+") do + for line in text:gmatch("[^]+") do table.insert(lines, line) end for i, line in ipairs(lines) do