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