Skip to content

Commit 02870eb

Browse files
committed
errors should look like errors
1 parent 951ce0d commit 02870eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LabCodeRepoSetup/src/main/java/edu/wpi/rbe/LabCodeRepoSetupMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ public static void run(List<String> commands, File dir) throws Exception {
359359
if (s != null)
360360
System.out.println(s);
361361
if (e != null)
362-
System.out.println(e);
362+
System.err.println(e);
363363
Thread.sleep(100);
364364
}
365365
while (process.isAlive()) ;

0 commit comments

Comments
 (0)