mirror of https://github.com/sbt/sbt.git
Tweak display
Simply display an empty progress bar when size is unknown
This commit is contained in:
parent
862169c6bb
commit
4ed2e2a261
|
|
@ -74,8 +74,7 @@ object TermDisplay {
|
|||
val start =
|
||||
actualFraction match {
|
||||
case None =>
|
||||
val elem = if (watching) "." else "?"
|
||||
s" [ $elem ] "
|
||||
" [ ] "
|
||||
case Some(frac) =>
|
||||
val elem = if (watching) "." else "#"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue