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

Make InvalidRepoException exit normally #335

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

derrickstolee
Copy link
Contributor

@derrickstolee derrickstolee commented Feb 20, 2020

This should make errors like those in #332 a bit cleaner. With this change, those failures will no longer exit with a stack trace and crash, but instead exit with an error code. The error message will include which path we are trying to use for the Git repository path.

Resolves #333.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
@derrickstolee derrickstolee merged commit 8ab2876 into microsoft:master Feb 20, 2020
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.

unhandled InvalidRepoException when running diagnose
2 participants