Skip to content

Conversation

kraenhansen
Copy link
Collaborator

No description provided.

@kraenhansen kraenhansen self-assigned this Sep 19, 2025
);
}
} else {
throw error;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Error Masking Causes Build Failures

SpawnFailure errors are no longer re-thrown, allowing execution to continue normally after a critical subprocess failure. This creates an inconsistent state where process.exitCode is set to 1, but the function resolves successfully, potentially masking build failures and leading to unexpected control flow.

Fix in Cursor Fix in Web

@kraenhansen kraenhansen merged commit f82239c into main Sep 19, 2025
7 checks passed
@kraenhansen kraenhansen deleted the kh/pretty-print-spawn-failures branch September 19, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant