Skip to content

src: updating references to the old node.js file

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

src

Description of change

The node.js script was renamed to bootstrap_node.js as part of 81b6882e. When I did this I missed several comments in src/node.cc that referred to the old file name.

This commit updates the comments to refer to bootstrap_node.js and correct the path to this file where used. It also moves a comment that seems to have drifted in the file.

Merge request reports

Loading