Skip to content

Commit eca71e5

Browse files
committed
doc: update comment in bootstrap for primordials
The path has changed PR-URL: nodejs#27398 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent 86b4f37 commit eca71e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Scripts run before this file:
1818
// - `lib/internal/per_context/setup.js`: to setup the v8::Context with
1919
// Node.js-specific tweaks - this is also done in vm contexts.
20-
// - `lib/internal/bootstrap/primordials.js`: to save copies of JavaScript
20+
// - `lib/internal/per_context/primordials.js`: to save copies of JavaScript
2121
// builtins that won't be affected by user land monkey-patching for internal
2222
// modules to use.
2323
// - `lib/internal/bootstrap/loaders.js`: to setup internal binding and

0 commit comments

Comments
 (0)