Skip to content

Commit e1b90be

Browse files
committed
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 7f343c0 commit e1b90be

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
@@ -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)