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

src: move process.reallyExit impl into node_process_methods.cc #25860

Closed
wants to merge 1 commit into from

Commits on Feb 1, 2019

  1. src: move process.reallyExit impl into node_process_methods.cc

    Because the part that is shared by `process.reallyExit` and the
    Node.js teardown is `WaitForInspectorDisconnect()`, move that
    into node_internals.h instead, and move the C++ binding code
    into `node_process_methods.cc` since that's the only place
    it's needed.
    joyeecheung committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    839065f View commit details
    Browse the repository at this point in the history