summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/node_builtin_modules/mod.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/node_builtin_modules/mod.js')
-rw-r--r--cli/tests/testdata/run/node_builtin_modules/mod.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/node_builtin_modules/mod.js b/cli/tests/testdata/run/node_builtin_modules/mod.js
index 4d3f48695..a01ac4422 100644
--- a/cli/tests/testdata/run/node_builtin_modules/mod.js
+++ b/cli/tests/testdata/run/node_builtin_modules/mod.js
@@ -2,3 +2,4 @@ import { createRequire } from "node:module";
console.log(createRequire);
import process from "node:process";
console.log(process.version);
+console.log(process.argv);