Skip to content

report: move process mutation into bootstrap/node.js

Please use https://github.com/nodejs/node/pull/25821/files?&w=1 for the ease of review.

This patch moves the part in the report initialization that mutates the process object into bootstrap/node.js so it's easier to tell the side effect of the initialization on the global state during bootstrap.

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

Merge request reports

Loading