We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b4f37 commit eca71e5Copy full SHA for eca71e5
lib/internal/bootstrap/node.js
@@ -17,7 +17,7 @@
17
// Scripts run before this file:
18
// - `lib/internal/per_context/setup.js`: to setup the v8::Context with
19
// Node.js-specific tweaks - this is also done in vm contexts.
20
-// - `lib/internal/bootstrap/primordials.js`: to save copies of JavaScript
+// - `lib/internal/per_context/primordials.js`: to save copies of JavaScript
21
// builtins that won't be affected by user land monkey-patching for internal
22
// modules to use.
23
// - `lib/internal/bootstrap/loaders.js`: to setup internal binding and
0 commit comments