Skip to content

Commit dcf7121

Browse files
committed
fix comment
1 parent f56f641 commit dcf7121

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,10 @@ export function useWorkflowExecution() {
19781978
for (const entry of originalEntries) {
19791979
addConsole(entry)
19801980
}
1981-
consolePersistence.persist()
1981+
}
1982+
1983+
if (!reconnectionComplete) {
1984+
consolePersistence.executionEnded()
19821985
}
19831986
}
19841987
// eslint-disable-next-line react-hooks/exhaustive-deps

0 commit comments

Comments
 (0)