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
Currently panic messages are sent to stderr only, this makes debugging much harder because they are missing from the logs. We can record panic message with a 'panic hook', set via std::panic::set_hook. Should be easy.