-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading a small file causes an error in the progress bar function #3923
Comments
I am experiencing this but on a fresh install of Windows 10, directly in a local powershell 7 console.
|
This is caused by the small filesize of The bug is caused by setting the top cursor position to an invalid location. It could be fixed by either removing the $top = $top + 1
if($top -gt $console.CursorPosition.Y) {
$top = $console.CursorPosition.Y
} |
ScoopInstaller#3923 Co-Authored-By: r15ch13 <[email protected]>
Ssh to to Windows 2019 server core from Windows 10 with KiTTY (a popular PuTTY clone):
Installing via RDP works fine. All components current versions. Using PowerShell Desktop 5.1 .17763 .1007 on server.
The text was updated successfully, but these errors were encountered: