Skip to content

Commit

Permalink
Merge branch 'Guardsquare:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Sep 24, 2024
2 parents 709e714 + 8903bfb commit 51ff96b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions retrace/src/proguard/retrace/ReTrace.java
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ private String handle(FrameInfo obfuscatedFrame, FrameRemapper mapper, FramePatt
}

result.append(trimmedLine);
if (retracedFrames.hasNext()) {
result.append(System.lineSeparator());
}
}

previousLine = retracedLine;
Expand Down

0 comments on commit 51ff96b

Please sign in to comment.