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
refactor: rename error_on_execution to catch_errors_as_events (#583)
Closes#581
The old name read as "error on execution" (describing a problem) rather
than conveying the behavior it controls. The new name says exactly what
it does: catch errors and dispatch them as `error.execution` events.
Renamed across source code, engine, SCXML actions, all tests, all docs,
and AGENTS.md.
0 commit comments