From 1f159e45f2d78d17102ddbf50eca374852167130 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Sat, 9 May 2020 06:08:22 +0200 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: Trivikram Kamat Reviewed-By: Zeyu Yang --- lib/internal/bootstrap/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/bootstrap/node.js b/lib/internal/bootstrap/node.js index 789492ca6ed617..c872941b974216 100644 --- a/lib/internal/bootstrap/node.js +++ b/lib/internal/bootstrap/node.js @@ -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();