sbt/protocol/src/main
Ethan Atkins e82c3405b9 Support System.err in thin client
I noticed that when reloading the build, that certain errors are logged
by sbt to System.err. These were not shown to a thin client because we
weren't forwarding System.err. This change remedies that.

System.err is handled more simply than System.out. We do not put
System.err through the progress state because generally System.err is
tends to be unbuffered. I had hesitated to add System.err to the
Terminal interface at all to give users an escape hatch but I couldn't
get project loading to work well with the thin client without it.
2020-07-21 13:27:32 -07:00
..
contraband Upgrade LineReader to JLine3 2020-07-10 13:37:53 -07:00
contraband-scala/sbt Upgrade LineReader to JLine3 2020-07-10 13:37:53 -07:00
scala/sbt Support System.err in thin client 2020-07-21 13:27:32 -07:00