mirror of https://github.com/sbt/sbt.git
Tweak console output
This commit is contained in:
parent
5af21ca88c
commit
bb4fcfceb6
|
|
@ -23,6 +23,9 @@ final case class Fetch(
|
|||
)
|
||||
)
|
||||
|
||||
// Some progress lines seem to be scraped without this.
|
||||
Console.out.flush()
|
||||
|
||||
val out =
|
||||
if (options.classpath)
|
||||
files0
|
||||
|
|
|
|||
Loading…
Reference in New Issue