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

Add a switch to the nexus program to raise exceptions on errors #7

Open
jfilby opened this issue Jun 12, 2022 · 0 comments
Open

Add a switch to the nexus program to raise exceptions on errors #7

jfilby opened this issue Jun 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jfilby
Copy link
Owner

jfilby commented Jun 12, 2022

Right now the code sometimes shows error messages and quits, and sometimes raises an exception with the same information and a stacktrace.

By default only the stdout errors should be shown. When a -e or --exceptions-on-errors switch is passed to the nexus program, then an exception should be raised instead of quit(1). This displays a stacktrace that could be useful when debugging issues.

@jfilby jfilby added the enhancement New feature or request label Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant