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 cd34367 commit 6fcdfe4Copy full SHA for 6fcdfe4
src/swift/windows.ts
@@ -40,7 +40,7 @@ async function download(version: string) {
40
"OptionsInstallIDE=0",
41
);
42
43
- await cmd("dir", targetPath, "Toolchains");
+ await cmd("dir", join(targetPath, "Toolchains"));
44
45
return join(
46
targetPath,
0 commit comments