We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05c910 commit 4732c3cCopy full SHA for 4732c3c
src/shadow/npm-injection.ts
@@ -2,6 +2,6 @@ import { shadowBinPath } from '../constants'
2
import { installSafeArborist } from './arborist'
3
import { installLinks } from './link'
4
5
-// shadow `npm` and `npx` to mitigate subshells
+// Shadow `npm` and `npx` to mitigate subshells.
6
installLinks(shadowBinPath, 'npm')
7
installSafeArborist()
0 commit comments