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

lib: move process prototype manipulation into setupProcessObject #24089

Closed
wants to merge 1 commit into from

Commits on Nov 4, 2018

  1. lib: move process prototype manipulation into setupProcessObject

    Since no operation is requiring process to be an EventEmitter before
    setupProcessObject is called, it's safe to set up the prototype chain
    in setupProcessObject and make the main code path more readable.
    joyeecheung committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    32077cf View commit details
    Browse the repository at this point in the history