Files
sbt/internal
Ethan Atkins 72991be702 Don't throw ClosedException on ctrl+d
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.
2020-10-14 20:25:31 -07:00
..
2020-10-14 17:13:53 +09:00
2019-10-13 23:46:23 -04:00
2019-12-08 10:29:22 -08:00
2019-12-08 10:29:22 -08:00