Update packages/safe-chain/src/shell-integration/startup-scripts/init-pwsh.ps1

This commit is contained in:
bitterpanda 2025-12-03 10:47:28 +01:00 committed by GitHub
parent dc6f16a034
commit 31a14a3f1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,4 +89,4 @@ function npm {
} }
Invoke-WrappedCommand "npm" $args Invoke-WrappedCommand "npm" $args
} }