mirror of https://github.com/sbt/sbt.git
Minor fix
This commit is contained in:
parent
2637366229
commit
88708732f9
|
|
@ -278,7 +278,7 @@ class TermDisplay(
|
|||
doneQueue += (url -> infos.get(url))
|
||||
}
|
||||
|
||||
if (fallbackMode) {
|
||||
if (fallbackMode && success) {
|
||||
// FIXME What about concurrent accesses to out from the thread above?
|
||||
out.write(s"Downloaded $url\n")
|
||||
out.flush()
|
||||
|
|
|
|||
Loading…
Reference in New Issue