mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-28 10:22:32 +00:00
fix(test-planner): keep exit fallback timer referenced
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user