From a71f0e58a281b6ed850f079d4cc1c5fc18d56a32 Mon Sep 17 00:00:00 2001 From: maplegao Date: Sat, 6 Sep 2025 14:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DREADME.md=E4=B8=AD=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E4=B8=8Dwork=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=20=E9=87=8D=E5=90=AF=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E4=B8=AD=E6=B2=A1=E6=9C=89stop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/manage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manage.js b/scripts/manage.js index 6e3f7937..df8a14f0 100644 --- a/scripts/manage.js +++ b/scripts/manage.js @@ -185,7 +185,7 @@ class ServiceManager { restart(daemon = false) { console.log('🔄 重启服务...') - + this.stop() // 等待停止完成 setTimeout(() => { this.start(daemon)