fix(update): exit post-core resume without result path · openclaw/openclaw@fdaa5a0
vincentkoc
·
2026-05-05
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -777,6 +777,7 @@ describe("update-cli", () => {
|
777 | 777 | ["npm", "i", "-g", expect.any(String)], |
778 | 778 | expect.anything(), |
779 | 779 | ); |
| 780 | +expect(defaultRuntime.exit).toHaveBeenCalledWith(0); |
780 | 781 | expect(syncPluginsForUpdateChannel).toHaveBeenCalledTimes(1); |
781 | 782 | expect(updateNpmInstalledPlugins).toHaveBeenCalledTimes(1); |
782 | 783 | expect(spawn).not.toHaveBeenCalled(); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。