Skip to content

Commit 293c1f9

Browse files
committed
fix(executor): return stripped output so orchestrator setBlockOutput stays clean
1 parent 839ad2f commit 293c1f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export class BlockExecutor {
212212
)
213213
}
214214

215-
return normalizedOutput
215+
return outputForState as NormalizedBlockOutput
216216
} catch (error) {
217217
return await this.handleBlockError(
218218
error,

0 commit comments

Comments
 (0)