Skip to content

Commit 0b52e5e

Browse files
committed
fix(workflow): bound MCP event pages
1 parent 244d42e commit 0b52e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/workflow-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async function yieldEvents(
410410
terminal = page.terminal;
411411
run = page.run;
412412
if (terminal || Date.now() >= deadline) break;
413-
if (hasMore) continue;
413+
if (hasMore) break;
414414
await sleep(250);
415415
}
416416

0 commit comments

Comments
 (0)