Skip to content

Commit 5751bc2

Browse files
author
Theodore Li
committed
Fix run from block
1 parent 19e3d89 commit 5751bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/hooks/use-workflow-execution.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,8 +1603,8 @@ export function useWorkflowExecution() {
16031603
accumulatedBlockLogs,
16041604
accumulatedBlockStates,
16051605
executedBlockIds,
1606-
consoleMode: 'add',
1607-
includeStartConsoleEntry: false,
1606+
consoleMode: 'update',
1607+
includeStartConsoleEntry: true,
16081608
})
16091609

16101610
await executionStream.executeFromBlock({

0 commit comments

Comments
 (0)