From 449314bbc50677a4ff69669637356193684561b7 Mon Sep 17 00:00:00 2001 From: Zyy955 <1072411694@qq.com> Date: Fri, 8 Sep 2023 10:37:12 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=97=A5=E5=BF=97=E6=97=A0=E6=B3=95=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/other/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/other/update.js b/plugins/other/update.js index 12804e3..4182fcc 100644 --- a/plugins/other/update.js +++ b/plugins/other/update.js @@ -204,7 +204,7 @@ export class update extends plugin { if (!logAll) return false - logAll = logAll.split('\n') + logAll = logAll.trim().split('\n') let log = [] for (let str of logAll) {