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

Fix unhandled exceptions #8

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Fix unhandled exceptions #8

merged 2 commits into from
Jun 12, 2024

Conversation

EndlessTrax
Copy link
Contributor

Pull request checklist

Please check if your PR fulfills the following requirements:

  • You have read the contributing guide
  • Tests for the changes have been added
  • The documentation has been reviewed and updated as needed

What is the current behavior?

When passing an invalid config string the user sees an unhandled System.ArgumentException.

Issue Number: #7

What is the new behavior?

  • The user now sees an appropriate error message in stderr with an exit code of 1.

Does this introduce a breaking change?

  • Yes
  • No

Other relevant information

N/A

@EndlessTrax EndlessTrax added the bug Something isn't working label Jun 11, 2024
@EndlessTrax EndlessTrax requested a review from amigus June 11, 2024 14:10
@EndlessTrax EndlessTrax self-assigned this Jun 11, 2024
@EndlessTrax EndlessTrax linked an issue Jun 11, 2024 that may be closed by this pull request
@EndlessTrax EndlessTrax merged commit 5792aa2 into main Jun 12, 2024
1 check passed
@EndlessTrax EndlessTrax deleted the fix-unhandled-exception branch June 12, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unhandled Exception on passing an invalid config string
2 participants