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 <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com>
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

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)