@zi.yi/openclaw-easy 1.0.4 → 1.0.5
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/bin/openclaw-easy.mjs +1 -1
- package/package.json +1 -1
package/bin/openclaw-easy.mjs
CHANGED
|
@@ -264,7 +264,7 @@ async function main() {
|
|
|
264
264
|
console.log("\n正在重启 OpenClaw Gateway...");
|
|
265
265
|
spawnSync(
|
|
266
266
|
process.execPath,
|
|
267
|
-
[openclawCli, "gateway", "
|
|
267
|
+
[openclawCli, "gateway", "stop"],
|
|
268
268
|
{ stdio: "inherit" }
|
|
269
269
|
);
|
|
270
270
|
console.log("\n✓ 配置完成!Gateway 正在自动启动...");
|