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
Add the utilitary function tag_exn_with to run a function while wrapping
all uncaught exceptions into an internal exception that will track what
was run and not only the uncaught exception
This will allow STM and Lin to run commands that should not raise
exceptions and, in case they do raise an exception, display the faulty
command along with the exception
0 commit comments