aboutsummaryrefslogtreecommitdiff
path: root/nailgun_launcher/ThreadLocalOutputStream.java
Commit message (Collapse)AuthorAgeFilesLines
* fix interactivity with stdout and stderr replacementsChristopher Vogt2016-11-031-0/+4
|
* swap out System.out and System.err in a way that affects JDK and ScalaChristopher Vogt2016-10-131-0/+30
Before it only affected jdk, because scala.Console captures our and err before the swap. This is needed when running main classes like Scaladoc or the compiler and wanting to redirect output to standard error