Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Procyon loves breaking for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
buj committed Jan 1, 2024
1 parent 170d2b3 commit f1097c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ class Utils {
while (scanner.hasNextLine()) {
String line = scanner.nextLine();
if (line.contains("java.lang.ArrayIndexOutOfBoundsException") ||
line.contains("An error occurred while decompiling this method")) {
line.contains("An error occurred while decompiling this method") ||
line.contains("com.strobel.assembler.metadata.MethodBodyParseException")) {
stream.close()
scanner.close()
return true
Expand Down
2 changes: 1 addition & 1 deletion loader

0 comments on commit f1097c6

Please sign in to comment.