修复README.md中 版本更新不work问题, 重启脚本中没有stop

This commit is contained in:
maplegao
2025-09-06 14:27:18 +08:00
parent 56c48a4304
commit a71f0e58a2

View File

@@ -185,7 +185,7 @@ class ServiceManager {
restart(daemon = false) {
console.log('🔄 重启服务...')
this.stop()
// 等待停止完成
setTimeout(() => {
this.start(daemon)