Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return the result of context.finish(finallyLoc);
In case we need to perform a pending abrupt completion because the finally block did not override it, this commit forces another iteration of the dispatch loop, so that context.next will be examined again. Fixes #173.
- Loading branch information