Use user home for pnpm path

This commit is contained in:
Mariano Belinky
2025-12-31 16:53:19 +01:00
committed by Peter Steinberger
parent 7baaca4a76
commit c4de0b8255

View File

@@ -274,7 +274,7 @@ enum CommandResolver {
"/bin",
"/usr/sbin",
"/sbin",
"/Users/steipete/Library/pnpm",
"$HOME/Library/pnpm",
"$PATH",
].joined(separator: ":")
let quotedArgs = ([subcommand] + extraArgs).map(self.shellQuote).joined(separator: " ")