fix: let skills JSON output flush naturally · openclaw/openclaw@84b1123
steipete
·
2026-05-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -697,6 +697,7 @@ describe("skills cli commands", () => {
|
697 | 697 | expect(defaultRuntime.writeStdout).toHaveBeenCalledTimes(1); |
698 | 698 | expect(defaultRuntime.writeJson).not.toHaveBeenCalled(); |
699 | 699 | expect(defaultRuntime.log).not.toHaveBeenCalled(); |
| 700 | +expect(defaultRuntime.exit).not.toHaveBeenCalled(); |
700 | 701 | expect(runtimeErrors).toStrictEqual([]); |
701 | 702 | expect(runtimeStdout).toHaveLength(1); |
702 | 703 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。