Skip to content

process: delay creation of process.env until after bootstrap/node.js

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/delay-env into master

Make sure that no code is allowed to access process.env during the execution of bootstrap/node.js.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading