Skip to content

Commit 056062e

Browse files
Switch spread order
1 parent dd1e040 commit 056062e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/executor/utils/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export function buildBlockExecutionError(details: BlockExecutionErrorDetails): E
5757
blockType,
5858
workflowId: details.context?.workflowId,
5959
timestamp: new Date().toISOString(),
60-
...(innerStatusCode !== undefined ? { statusCode: innerStatusCode } : {}),
6160
...details.additionalInfo,
61+
...(innerStatusCode !== undefined ? { statusCode: innerStatusCode } : {}),
6262
})
6363

6464
return error

0 commit comments

Comments
 (0)