Skip to content

Commit 6fcdfe4

Browse files
committed
Join the dir path ofc
1 parent cd34367 commit 6fcdfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swift/windows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function download(version: string) {
4040
"OptionsInstallIDE=0",
4141
);
4242

43-
await cmd("dir", targetPath, "Toolchains");
43+
await cmd("dir", join(targetPath, "Toolchains"));
4444

4545
return join(
4646
targetPath,

0 commit comments

Comments
 (0)