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
I've added some code to catch unwinding panics using std::panic::catch_unwind, but currently this simply returns "false" and doesn't log the error anywhere. Not sure of the best approach here: print to stderr?
The text was updated successfully, but these errors were encountered:
I've added some code to catch unwinding panics using std::panic::catch_unwind, but currently this simply returns "false" and doesn't log the error anywhere. Not sure of the best approach here: print to stderr?
The text was updated successfully, but these errors were encountered: