Skip to content

Commit d292633

Browse files
danbevcodebytere
authored andcommitted
src: add primordials to arguments comment
This commit adds the primordials argument to the comment of arguments passed to bootstrap/node.js. PR-URL: #33318 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Zeyu Yang <[email protected]>
1 parent 1999607 commit d292633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// This file is compiled as if it's wrapped in a function with arguments
3636
// passed by node::RunBootstrapping()
37-
/* global process, require, internalBinding */
37+
/* global process, require, internalBinding, primordials */
3838

3939
setupPrepareStackTrace();
4040

0 commit comments

Comments
 (0)