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
When an exception happens during a delegate function that was passed to st.SimGlobals.Subscribe(), that exception does not get properly handled or printed to stdout/stderr (which is redirected to the log file), and instead the code silently crashes.
When an exception happens during a delegate function that was passed to
st.SimGlobals.Subscribe(), that exception does not get properly handled or printed to stdout/stderr (which is redirected to the log file), and instead the code silently crashes.