Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Harness: Ensure $DONE called only once in async-gc.js
This looks like a bug: resolveAsyncGC() is supposed to succeed if the thrown value is asyncGC.notCollected, but instead it would call $DONE() twice. An added "return" prevents that.
- Loading branch information