mirror of https://github.com/lukechilds/node.git
Browse Source
After attempting to use ReThrow() and Reset() there were cases where firing the domain's error handlers was not happening. Or in some cases reentering MakeCallback would still cause the domain enter callback to abort (because the error had not been Reset yet). In order for the script to properly stop execution when a subsequent call to MakeCallback throws it must not be located within a TryCatch. Ref: https://github.com/nodejs/node/pull/7048 PR-URL: https://github.com/nodejs/node/pull/4507 Reviewed-By: Fedor Indutny <fedor@indutny.com>v4.x
Trevor Norris
9 years ago
committed by
Myles Borins
3 changed files with 27 additions and 41 deletions
Loading…
Reference in new issue