We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29447a commit bf2f9afCopy full SHA for bf2f9af
1 file changed
apps/sim/executor/execution/block-executor.ts
@@ -676,9 +676,12 @@ export class BlockExecutor {
676
// response. Persisting that to memory or setting it as the block output
677
// would corrupt downstream state — skip and log instead.
678
if (!sourceFullyDrained) {
679
- this.execLogger.warn('Stream consumer exited before source drained; skipping content persistence', {
680
- blockId,
681
- })
+ this.execLogger.warn(
+ 'Stream consumer exited before source drained; skipping content persistence',
+ {
682
+ blockId,
683
+ }
684
+ )
685
return
686
}
687
0 commit comments