Skip to content

Commit

Permalink
Merge pull request #83 from zholub/bugfix/remotelog
Browse files Browse the repository at this point in the history
fetch remaining log after remote job finishes
  • Loading branch information
cashlalala committed Nov 29, 2022
2 parents 33b77e1 + c4cce98 commit 3db11aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ public void performWaitForBuild(BuildContext context, Handle handle) throws IOEx
handle.setBuildInfo(buildInfo);
}
if (this.getEnhancedLogging()) {
consoleOffset = printOffsetConsoleOutput(context, consoleOffset, buildInfo);
context.logger
.println("--------------------------------------------------------------------------------");
}
Expand Down

0 comments on commit 3db11aa

Please sign in to comment.