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
See commit `c05ce0eb2c1adb3e29a5a95783f43fa8ed59162e` message. That was
motivated by the forked threads in `bye` printing their exceptions to stdout.
However, those changes may mask exceptions occuring in `bye` that we actually
care about. This commit fixes that by leaving exceptions in `bye` uncaught, and
simply rethrowing exceptions that occur in the forked threads of `bye` back to
the main thread. No messages printed to stdout, but potentially important
exceptions are still propagated.
0 commit comments