Skip to content

Commit a4880fb

Browse files
committed
Try passing passive flag
1 parent c211d8f commit a4880fb

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
@@ -30,5 +30,5 @@ async function download(version: string) {
3030
join(tmpPath, "swift-installer.exe"),
3131
);
3232

33-
await cmd(installerPath);
33+
await cmd(installerPath, "/passive");
3434
}

0 commit comments

Comments
 (0)