mirror of https://github.com/nodejs/node.git
src: add primordials to arguments comment
This commit adds the primordials argument to the comment of arguments passed to bootstrap/node.js. PR-URL: https://github.com/nodejs/node/pull/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>pull/33387/head
parent
7f343c05f4
commit
e1b90be3b7
|
@ -34,7 +34,7 @@
|
|||
|
||||
// This file is compiled as if it's wrapped in a function with arguments
|
||||
// passed by node::RunBootstrapping()
|
||||
/* global process, require, internalBinding */
|
||||
/* global process, require, internalBinding, primordials */
|
||||
|
||||
setupPrepareStackTrace();
|
||||
|
||||
|
|
Loading…
Reference in New Issue