Skip to content

Commit

Permalink
hotfix(download): Progress bar on small files
Browse files Browse the repository at this point in the history
Closes #3923
  • Loading branch information
r15ch13 committed May 14, 2020
1 parent 48f121e commit 96de9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ function dl_progress($read, $total, $url) {
write-host
$left = 0
$top = $top + 1
if($top -gt $console.CursorPosition.Y) { $top = $console.CursorPosition.Y }
}
}

Expand Down

0 comments on commit 96de9c1

Please sign in to comment.