mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +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`.