The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-next-tick-error-spin.js @ 6f043940

History | View | Annotate | Download (2.13 KB)

# Date Author Comment
430d94ef 07/19/2012 01:29 PM isaacs

nextTick: Preserve depth in error/reentry cases

When there is an error that is thrown in a nextTick function, which is
then handled by a domain or other process.on('uncaughtException')
handler, if the error handler also adds a nextTick and triggers
multiple MakeCallback events (ie, by doing some I/O), then it would...