Skip to content

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.

Merge request reports

Loading