You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible that another throw happens in error handling.
One case is invalid utf8 in error messages that json wants
to stringify. We could wire it up to handle arbitrary level
of nested throws, but that could lead to endless loops, so
I opted to only wire it for one additional level.
0 commit comments