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 015f5e1 commit 88d3787Copy full SHA for 88d3787
src/shadow/link.ts
@@ -34,7 +34,7 @@ export async function installLinks(
34
)
35
}
36
process.env['PATH'] =
37
- `${realBinPath}${WIN32 ? ';' : ':'}${process.env['PATH']}`
+ `${realBinPath}${path.delimiter}${process.env['PATH']}`
38
39
return binPath
40
0 commit comments