mirror of https://github.com/sbt/sbt.git
Fix minor TermDisplay glitch
Display cleaning possibly made too early
This commit is contained in:
parent
f1e1b6aac9
commit
73243f54e3
|
|
@ -453,7 +453,7 @@ class TermDisplay(
|
|||
*/
|
||||
def stopDidPrintSomething(): Boolean = {
|
||||
scheduler.shutdown()
|
||||
scheduler.awaitTermination(refreshInterval, TimeUnit.MILLISECONDS)
|
||||
scheduler.awaitTermination(2 * refreshInterval, TimeUnit.MILLISECONDS)
|
||||
updateRunnable.cleanDisplay()
|
||||
updateRunnable.printedAnything()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue