mirror of https://github.com/openclaw/openclaw.git
fix(test-planner): keep exit fallback timer referenced
This commit is contained in:
parent
bb932beeac
commit
c2ca99aa0b
|
|
@ -645,7 +645,6 @@ export async function executePlan(plan, options = {}) {
|
|||
child.stderr?.destroy();
|
||||
finalizeRun(code, signal, "exit-timeout");
|
||||
}, closeGraceMs);
|
||||
closeFallbackTimer.unref?.();
|
||||
});
|
||||
child.on("close", (code, signal) => {
|
||||
finalizeRun(childExitState?.code ?? code, childExitState?.signal ?? signal, "close");
|
||||
|
|
|
|||
Loading…
Reference in New Issue