Skip to content

Commit 9fe346d

Browse files
committed
- Resolves issue where the number of installers finished downloaded wasn't being calculated. Thus command was still blocking indefinitely.
1 parent 9cc8b4b commit 9fe346d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ function Request-UnitySetupInstaller {
676676

677677
# Finished downloading
678678
if ($null -eq $data.webClient) {
679+
++$installersDownloaded
679680
return
680681
}
681682
if ($data.isDownloaded) {

0 commit comments

Comments
 (0)