Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary throw for unexpected exception #619

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Conversation

olafurpg
Copy link
Member

The motivation to remove this statement is that we shouldn't fail the entire compilation because something unexpected happened for a single file. We're already logging the exception. This statement was a leftover that should have been removed.

Test plan

Green CI.

@olafurpg olafurpg requested a review from keynmol July 25, 2023 13:11
@olafurpg olafurpg enabled auto-merge July 25, 2023 13:17
@olafurpg olafurpg merged commit 56529d6 into main Jul 25, 2023
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.

None yet

2 participants