Skip to content

Commit 9aef384

Browse files
committed
Format agent-fleet.ts
1 parent 62f93b5 commit 9aef384

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/subagent/agent-fleet.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,12 @@ export function createWaitAgentsTool(deps: WaitAgentsDeps): AgentTool {
546546
return fleetResult(call.id, JSON.stringify({ results: [], timed_out: false }));
547547
}
548548

549-
const timedOut = await waitForAnyTerminal(deps.sessions, deps.fleetRecords, targets, timeoutMs);
549+
const timedOut = await waitForAnyTerminal(
550+
deps.sessions,
551+
deps.fleetRecords,
552+
targets,
553+
timeoutMs,
554+
);
550555

551556
// Terminal records are consumed (removed) once delivered here; a
552557
// running record is only peeked, so it stays waitable.

0 commit comments

Comments
 (0)