Skip to content

Commit

Permalink
also print std err
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 24, 2024
1 parent c92202f commit b0f27ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,7 @@ public void runMamba(boolean isInheritIO, final String... args ) throws RuntimeE
Thread.sleep(60);
if (System.currentTimeMillis() - t0 > updatePeriod) {
this.consoleConsumer.accept(processChunk);
this.consoleConsumer.accept(errChunk);
processChunk = "";
errChunk = "";
t0 = System.currentTimeMillis();
Expand Down

0 comments on commit b0f27ea

Please sign in to comment.