Skip to content

run@2.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 21:53
0207eeb

Patch Changes

  • 6560f4d: Fix interruptions timing out when guest catch or finally handlers run during worker cancellation. Suspension now discards the cancelled guest context without executing its handlers, while preserving worker reuse and continuation replay.

    Report uncaught guest errors as RUN_USER_SOURCE_ERROR so callers can distinguish source failures from infrastructure failures. Trusted host and runtime error codes are preserved; guest-authored codes are replaced.