blakeembrey / blakeembrey/make-error-cause
Use in Chrome dev tools doesn't show full stacks
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
I've been using make-error-cause in my back end and it works great. Tried it today in my front end, but `console.error(err)` mangles the stack traces for the causes (because Chrome dev tools doesn't show newlines perhaps?)

I also tried `console.error(fullStack(err))` and that has the separator text, but omits the stacks entirely (except console.error itself shows the stack of the last, outermost, error when twirled open):

Is there anything I can do to get nice stack traces for the earlier/inner errors in dev tools?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.