Skip to content

Commit a93a17c

Browse files
committed
Cleanup shadow/shadow-bin
1 parent 5249b4e commit a93a17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shadow/shadow-bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import constants from '../constants'
77

88
const { NPM, abortSignal } = constants
99

10-
export default async function shadow(
10+
export default async function shadowBin(
1111
binName: 'npm' | 'npx',
1212
binArgs = process.argv.slice(2)
1313
) {

0 commit comments

Comments
 (0)