-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
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?
mayorandrew