mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 17:25:23 +02:00
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.