mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
Flush output after progress bars
Should fix some progress info not being cleared
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user