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
Daniel Bevenius 2020-05-09 06:08:22 +02:00
parent 7f343c05f4
commit e1b90be3b7
1 changed files with 1 additions and 1 deletions

View File

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