Skip to content

Commit 1f159e4

Browse files
danbevcodebytere
authored andcommittedJun 7, 2020
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 fe780a5 commit 1f159e4

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)
Please sign in to comment.