mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 09:50:02 +02:00
This reverts commitb1dcf031a5. I found thatb1dcf031a5had some unintended consequences that seemed to mess up the prompt state. The real problem that it was trying to address was that the prompt was being interleaved with log messages in some scenarios. There was a different way to fix that in ProgressState that was both simpler and more reliable.