sbt/internal/util-logging/src
Ethan Atkins 2cf431ee8a 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 11:35:20 -08:00
..
main Print empty newlines with progress 2020-11-20 11:35:20 -08:00
test Decode utf-8 bytes in jline 3 reader 2020-11-17 16:45:16 -08:00