Skip to content

Commit bf2f9af

Browse files
fix lint
1 parent c29447a commit bf2f9af

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

apps/sim/executor/execution/block-executor.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -676,9 +676,12 @@ export class BlockExecutor {
676676
// response. Persisting that to memory or setting it as the block output
677677
// would corrupt downstream state — skip and log instead.
678678
if (!sourceFullyDrained) {
679-
this.execLogger.warn('Stream consumer exited before source drained; skipping content persistence', {
680-
blockId,
681-
})
679+
this.execLogger.warn(
680+
'Stream consumer exited before source drained; skipping content persistence',
681+
{
682+
blockId,
683+
}
684+
)
682685
return
683686
}
684687

0 commit comments

Comments
 (0)