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

feat: Add ability to display stacktraces from unhandled exceptions #168

Merged
merged 1 commit into from May 4, 2020

Conversation

jhorbulyk
Copy link
Contributor

@jhorbulyk jhorbulyk commented Feb 17, 2020

If the -v / --verbose flag is set and an unhandled error is thrown, the stacktract of that error
will be rendered. Fixed some bugs related to some unhandled exceptions not being handled correctly.
Add .idea to .gitignore.

Fixes #166

If the -v / --verbose flag is set and an unhandled error is thrown, the stacktract of that error
will be rendered.  Fixed some bugs related to some unhandled exceptions not being handled correctly.
Add .idea to .gitignore.

Fixes mattallty#166
@mattallty
Copy link
Owner

Not related: I'm working on a rework of Caporal in Typescript. If you're interested, the code is available in the next branch. Warning: some changes are not backward compatible - but are not documented yet - so do not use the next branch in production, consider it as an alpha version for now.

@mattallty mattallty self-requested a review May 4, 2020 15:16
@mattallty mattallty merged commit 2e1e4ec into mattallty:master May 4, 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.

Add ability to display stacktraces from unhandled exceptions
3 participants