mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 23:08:34 +02:00
We should always hold the print stream lock when calling progressState.write because otherwise the task progress thread could concurrently write to stdout.