mirror of https://github.com/sbt/sbt.git
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. |
||
|---|---|---|
| .. | ||
| contraband | ||
| contraband-scala/sbt | ||
| scala/sbt | ||