Skip to content

Commit b405da2

Browse files
committed
Use path.delimiter
1 parent fe7620c commit b405da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shadow/link.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export async function installLinks(
3434
)
3535
}
3636
process.env['PATH'] =
37-
`${realBinPath}${WIN32 ? ';' : ':'}${process.env['PATH']}`
37+
`${realBinPath}${path.delimiter}${process.env['PATH']}`
3838
}
3939
return binPath
4040
}

0 commit comments

Comments
 (0)