Skip to content

Commit

Permalink
Cherry-picking the fix in 4c14ae6
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jan 2, 2025
1 parent b516619 commit 993af6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/rascalmpl/repl/TerminalProgressBarMonitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,7 @@ public synchronized int jobEnd(String name, boolean succeeded) {

if (pb != null && --pb.nesting == -1) {
eraseBars();
// write it one last time into the scrollback buffer (on top)
pb.done();
pb.write();
bars.remove(pb);
// print the left over bars under this one.
printBars();
Expand Down

0 comments on commit 993af6d

Please sign in to comment.