Skip to content

Commit eee068b

Browse files
committed
Fix missing isProgressCmd import
1 parent 04beef2 commit eee068b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shadow/shadow-bin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import spawn from '@npmcli/promise-spawn'
55

66
import { installLinks } from './link'
77
import constants from '../constants'
8-
import { isInstallCmd, isLoglevelCmd } from '../utils/npm'
8+
import { isInstallCmd, isLoglevelCmd, isProgressCmd } from '../utils/npm'
99

1010
const { NPM, abortSignal } = constants
1111

0 commit comments

Comments
 (0)