From e4ceedd01608727679bc59ae4708c28d1a486f73 Mon Sep 17 00:00:00 2001 From: satori Date: Mon, 16 Dec 2024 07:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=80=80=E5=87=BA=E5=89=8D?= =?UTF-8?q?=E5=AD=98=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 712c214..d9c5ae5 100644 --- a/main.js +++ b/main.js @@ -141,7 +141,7 @@ export default function () { // 捕获退出信号,确保数据存档 process.on('SIGINT', async () => { tail.unwatch() // 停止监听日志 - await archive('退出前存档数据...') + await 存档('退出前存档数据...') process.exit() }) }