mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
In a continuous build in sbt 1.4.0-RC1, if the user enters an invalid option, it causes the input thread to exit which means the watch would no longer accept input commands (including <enter> to exit). This fixes that behavior.