-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Remove direct initialization of eyre handler
As long as Abscissa framework's Terminal component performs eyre initialization under the hood and panics if it's already initialized, the application should not do it. Unfortunately, Abscissa's initialization of the error handler is directed only by terminal colorization choice, which should be orthogonal to the user's preference for backtraces in the reports. Filed iqlusioninc/abscissa#589 to bring this problem up to Abscissa's developers.
- Loading branch information
Showing
3 changed files
with
1 addition
and
38 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters