Skip to content

Correct the order in which return is mapped in an async function followed by a `finally` block.

Choose a tag to compare

@matAtWork matAtWork released this 26 Jun 10:56
· 26 commits to master since this release

Correct the order in which return is mapped in an async function followed by a finally block.

Ensure setExit() is called before transforming returns within an async
function definition, and add test dual-nested-async-finally.js.