Skip to content

Commit f6ceefa

Browse files
MylesBorinstargos
authored andcommitted
doc: update comment in bootstrap for primordials
The path has changed PR-URL: #27398 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 6ca0270 commit f6ceefa

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)