diff options
Diffstat (limited to 'tests/registry')
-rw-r--r-- | tests/registry/npm/@denotest/bin/1.0.0/cli-cjs.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/bin/1.0.0/cli-cjs.js b/tests/registry/npm/@denotest/bin/1.0.0/cli-cjs.js index 7b6ba2724..671e0c4a5 100644 --- a/tests/registry/npm/@denotest/bin/1.0.0/cli-cjs.js +++ b/tests/registry/npm/@denotest/bin/1.0.0/cli-cjs.js @@ -1,3 +1,5 @@ +#!/usr/bin/env -S node + const process = require("process"); for (const arg of process.argv.slice(2)) { |