mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +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.