Skip to content

Commit 188bbe5

Browse files
committed
Dont dir the tmp directory
1 parent ad02795 commit 188bbe5

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
@@ -42,7 +42,7 @@ async function download(version: string) {
4242
"OptionsInstallIDE=0",
4343
);
4444

45-
await cmd("dir", binPath);
45+
// await cmd("dir", binPath, "Toolchains");
4646

4747
return binPath;
4848
}

0 commit comments

Comments
 (0)