-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve error wrapping, stack trace management, and formatting (#…
…46) This commit includes a change to error wrapping that enables wrapError frames to be inserted into the rootError stack trace. It also changes error formatting to display root errors first followed by wrapped errors in the same order as the stack trace (also same order as runtime.Callers).
- Loading branch information
1 parent
7fe3c59
commit ebc3771
Showing
6 changed files
with
505 additions
and
197 deletions.
There are no files selected for viewing
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
Oops, something went wrong.