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
Got rid of the ridiculously global `abended` variable. Now tracking
errors and abnormal ends using the invocation object which is available
to the subsequent invocation as the `previous` invocation variable.
Exceptions thrown from step functions are no longer handled, they cause
the error to propagate immediately, ignoring any errors gathered from
callbacks. Cadence error handling is not a replacement for try/catch.
See #74.
Because it's not. The invocation stack needs to be passed around as a parameter.
The text was updated successfully, but these errors were encountered: