summaryrefslogtreecommitdiff
path: root/ext/node/01_node.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/01_node.js')
-rw-r--r--ext/node/01_node.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/01_node.js b/ext/node/01_node.js
index bbae66083..543a559f1 100644
--- a/ext/node/01_node.js
+++ b/ext/node/01_node.js
@@ -109,6 +109,8 @@ function initialize(nodeModules, nodeGlobalThisName) {
writable: false,
value: nodeGlobalThis,
});
+ // FIXME(bartlomieju): not nice to depend on `Deno` namespace here
+ internals.__bootstrapNodeProcess(Deno.args);
}
internals.node = {