Skip to content

Commit

Permalink
add missing break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jan 5, 2025
1 parent fbf6963 commit 365b633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/xyz/wagyourtail/jvmdg/cli/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ public void debug(Map<String, List<String[]>> args) throws IOException {
flags.debugSkipStub.add(FullyQualifiedMemberNameAndDesc.of(string));
}
}
break;
case "--skipStubs":
for (String[] s : entry.getValue()) {
for (String string : s) {
Expand Down

0 comments on commit 365b633

Please sign in to comment.