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 ad02795 commit 188bbe5Copy full SHA for 188bbe5
src/swift/windows.ts
@@ -42,7 +42,7 @@ async function download(version: string) {
42
"OptionsInstallIDE=0",
43
);
44
45
- await cmd("dir", binPath);
+ // await cmd("dir", binPath, "Toolchains");
46
47
return binPath;
48
}
0 commit comments