mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 11:13:23 +02:00
Fix minor TermDisplay glitch
Display cleaning possibly made too early
This commit is contained in:
+1
-1
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user