Skip to content

Commit

Permalink
Add FIXME comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Sep 4, 2024
1 parent feaba8f commit 255b99a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/cmd/fetch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def run

previous_pending_line_count = 0
remaining_downloads.each do |downloadable, future|
# FIXME: Allow printing full terminal height.
break if previous_pending_line_count >= [concurrency, (Tty.height - 1)].min

$stdout.print Tty.clear_to_end
Expand Down

0 comments on commit 255b99a

Please sign in to comment.