sbt/internal/util-logging/src/main
Ethan Atkins 5fe89944bd Print empty newlines with progress
With the latest sbt code, the `last` command displayed all of the output
without line separators. This occurred because the logic for appending
bytes to System.out split the input bytes on the line separator but if
there was nothing but the line separator in the input bytes then the
result was empty.
2020-11-20 13:09:23 -08:00
..
contraband Route TaskProgress through CommandExchange 2020-06-24 19:19:06 -07:00
contraband-scala/sbt/internal/util Route TaskProgress through CommandExchange 2020-06-24 19:19:06 -07:00
java/sbt/internal/util Support scala 2.13 console in thin client 2020-08-09 17:12:15 -07:00
scala Print empty newlines with progress 2020-11-20 13:09:23 -08:00