Skip to content

@marko/runtime-tags@6.3.51

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Sep 18:22
3314887

Patch Changes

  • #4122 d55e660 Thanks @rturnq! - Fix resume error ("Cannot read properties of undefined (reading 'data')") when a non-serialized value such as input is read inside an <await> body under a <try> with <@placeholder>: the pending closure effect is now gated on the same serialize reason as the value it reads.