Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc-stripe committed Sep 12, 2016
1 parent f6bebe6 commit 821ab21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java/io/bazel/rulesscala/scalac/ScalaCInvoker.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static class WorkerOptions {
public int poisonAfter = 30;
}

// Mostly lifted from bazel
private static void runPersistentWorker(WorkerOptions workerOptions) throws IOException {
PrintStream originalStdOut = System.out;
PrintStream originalStdErr = System.err;
Expand Down

0 comments on commit 821ab21

Please sign in to comment.