Skip to content

Commit

Permalink
Merge pull request #85 from jglick/flush
Browse files Browse the repository at this point in the history
Put the onus on remote code to PrintStream.flush
  • Loading branch information
dwnusbaum authored Oct 26, 2018
2 parents 82b6545 + fba8822 commit add53d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ private static class HandlerImpl extends Handler {
}

@Override public void exited(int code, byte[] output) throws Exception {
listener.getLogger().flush();
execution.exited(code, output);
}

Expand Down

0 comments on commit add53d8

Please sign in to comment.