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, 1 insertions, 1 deletions
diff --git a/ext/node/01_node.js b/ext/node/01_node.js
index 543a559f1..85346a44b 100644
--- a/ext/node/01_node.js
+++ b/ext/node/01_node.js
@@ -110,7 +110,7 @@ function initialize(nodeModules, nodeGlobalThisName) {
value: nodeGlobalThis,
});
// FIXME(bartlomieju): not nice to depend on `Deno` namespace here
- internals.__bootstrapNodeProcess(Deno.args);
+ internals.__bootstrapNodeProcess(Deno.args, Deno.version);
}
internals.node = {