mirror of https://github.com/sbt/sbt.git
Flush output after progress bars
Should fix some progress info not being cleared
This commit is contained in:
parent
9ece419bc8
commit
21ba9888a5
|
|
@ -348,6 +348,8 @@ object TermDisplay {
|
||||||
}
|
}
|
||||||
for (_ <- 0 until currentHeight)
|
for (_ <- 0 until currentHeight)
|
||||||
out.up(2)
|
out.up(2)
|
||||||
|
|
||||||
|
out.flush()
|
||||||
}
|
}
|
||||||
|
|
||||||
private var previous = Set.empty[String]
|
private var previous = Set.empty[String]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue