summaryrefslogtreecommitdiff
path: root/tests/unit_node/testdata/node_modules
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-03-06 19:10:47 +0530
committerGitHub <noreply@github.com>2024-03-06 13:40:47 +0000
commit7542d1050a61583d279bdd9c1cf05eaad71f4548 (patch)
tree031fb7b1431aa6a70dc08671ce866fa7f5f83e5f /tests/unit_node/testdata/node_modules
parent01bc2f530ea311a231f19b8f620b6cc9f94f0886 (diff)
fix(ext/node): strip `--enable-source-maps` from argv (#22743)
Fixes https://github.com/denoland/deno/issues/21750
Diffstat (limited to 'tests/unit_node/testdata/node_modules')
-rw-r--r--tests/unit_node/testdata/node_modules/foo/check_argv.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_node/testdata/node_modules/foo/check_argv.js b/tests/unit_node/testdata/node_modules/foo/check_argv.js
new file mode 100644
index 000000000..c3b2eb3e6
--- /dev/null
+++ b/tests/unit_node/testdata/node_modules/foo/check_argv.js
@@ -0,0 +1 @@
+console.log(process.argv.length);