fix(update): keep CLI plugin post-update failure behavior unchanged · openclaw/openclaw@d1f6ca2
openclaw
·
2026-06-16
·
via Recent Commits to openclaw:main
Commit d1f6ca2


authored and
committed
fix(update): keep CLI plugin post-update failure behavior unchanged
1 file changed
Lines changed: 0 additions & 4 deletions
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3813,10 +3813,6 @@ async function updateCommandInternal(opts: UpdateCommandOptions): Promise<void>
|
3813 | 3813 | result: resultWithPostUpdate, |
3814 | 3814 | jsonMode: Boolean(opts.json), |
3815 | 3815 | }); |
3816 | | -await maybeRestartServiceAfterFailedMutableUpdate({ |
3817 | | - preManagedServiceStop, |
3818 | | -jsonMode: Boolean(opts.json), |
3819 | | -}); |
3820 | 3816 | if (opts.json) { |
3821 | 3817 | defaultRuntime.writeJson(resultWithPostUpdate); |
3822 | 3818 | } else { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments