mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
Issue #5974 reported that ctrl+d was not working as expected in the scala 2.13.{2,3} console. This was because we were throwing an exception whenever ctrl+d was read instead of allowing the jline line reader to handle it. I can't remember exactly why I added the throw here but I validated that both the sbt shell and the scala console had the expected behavior from the comments in #5974 after this change.