mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 23:49:00 +02:00
It turns out that calling `print` on `ConsoleOut` doesn't flush the output. Remove `writeLine` and let `write` directly use `println`.
It turns out that calling `print` on `ConsoleOut` doesn't flush the output. Remove `writeLine` and let `write` directly use `println`.