claw-subagent-service 0.0.57 → 0.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -431,7 +431,8 @@ class ScriptExecutor {
|
|
|
431
431
|
upper.includes('STOPPED') ||
|
|
432
432
|
upper.includes('[OK] STOP COMMAND EXECUTED') ||
|
|
433
433
|
upper.includes('[OK] SERVICE STOPPED') ||
|
|
434
|
-
|
|
434
|
+
upper.includes('服务停止成功') ||
|
|
435
|
+
upper.includes('服务已成功停止') ||
|
|
435
436
|
upper.includes('GATEWAY STOP SIGNAL SENT') ||
|
|
436
437
|
(upper.includes('[INFO] STOPPING SERVICE') && upper.includes('STOP SIGNAL'))
|
|
437
438
|
) {
|