mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 20:28:25 +02:00
System.out can be reset after being captured by `val lockObject`. Then locking `lockObject` and calling `println()` could lead to a deadlock.
System.out can be reset after being captured by `val lockObject`. Then locking `lockObject` and calling `println()` could lead to a deadlock.