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 c0ff911 commit cfdd2a9Copy full SHA for cfdd2a9
src/swift/windows.ts
@@ -40,5 +40,7 @@ async function download(version: string) {
40
"OptionsInstallIDE=0",
41
);
42
43
+ await cmd("dir", binPath);
44
+
45
return binPath;
46
}
0 commit comments