Skip to content

Commit

Permalink
increase overflow area
Browse files Browse the repository at this point in the history
  • Loading branch information
yinwang0 committed May 1, 2022
1 parent 301d518 commit f476624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/yinwang/pysonar/Progress.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void tick(int n) {

$.msg_(" PARSE ERRS: " + Analyzer.self.failedToParse.size());

$.msg_(" "); // overflow area
$.msg_(" "); // overflow area

lastTickTime = System.currentTimeMillis();
lastAvgRate = avgRate;
Expand Down

0 comments on commit f476624

Please sign in to comment.