mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 17:38:02 +02:00
When the number of tasks running exceeds the limit for the number of progress tasks to display by 1. Say the limit is 2 and there are three tasks running, then we display | ... (1 other tasks) | => foo 2s | => bar 3s This looks bad considering we could just display what the task actually is.