Skip to content

Commit

Permalink
src: add primordials to arguments comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
danbev committed May 13, 2020
1 parent 7f343c0 commit e1b90be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/bootstrap/node.js
Expand Up @@ -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();

Expand Down

0 comments on commit e1b90be

Please sign in to comment.