From d292633ed48bddc5ae7328ee86651909bf5b0f15 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 2c58f912080733..fbc80389c3985a 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();