Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async_hooks: emitAfter correctly on fatalException #14914

Merged
merged 1 commit into from
Aug 30, 2017

Commits on Aug 30, 2017

  1. async_hooks: emitAfter correctly on fatalException

    Previously calling emitAfter() from _fatalException would skipt the
    first asyncId. Instead use the size() of the std::stack to determine how
    many times to loop and call emitAfter().
    
    PR-URL: nodejs#14914
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    trevnorris committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    244ada3 View commit details
    Browse the repository at this point in the history