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