sbt/internal/util-logging
Ethan Atkins 76128a9380 Read input from dumb terminals
On my computer with jEdit, input is not read because the console input
stream was overridden to be a blocking input stream that never returned
input. While debugging the server test hangs, I added some logic to
prevent us from trying to read from System.in when System.console ==
null but I now realize that was a mistake because of situations like
ides or editors launching an sbt shell.
2020-10-06 09:55:49 -07:00
..
src Read input from dumb terminals 2020-10-06 09:55:49 -07:00
NOTICE move modules around. 2015-08-20 00:59:57 -04:00