mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
downloader: Fix endless download (#7933)
This commit is contained in:
@@ -77,9 +77,9 @@ class ProgressBar
|
||||
end
|
||||
|
||||
def show
|
||||
return Thread.new do
|
||||
@progress_bar_showing = true
|
||||
@progress_bar_showing = true
|
||||
|
||||
return Thread.new do
|
||||
print "\e[?25l" # hide cursor to prevent cursor flickering
|
||||
|
||||
while @progress_bar_showing
|
||||
|
||||
Reference in New Issue
Block a user