Skip to content

Commit

Permalink
Merge branch 'master' into 2024.1-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
realAP committed Mar 27, 2024
2 parents ad87a3f + 901ed46 commit 81631d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ private Formatter(@Nonnull String format, @Nonnull Function<String, Optional<Str
try {
builder.append(escapeMatchedVariable(matcher.group(substring)));
} catch (IllegalArgumentException ignored) {
ignored.printStackTrace();
}
})));
}
Expand Down

0 comments on commit 81631d2

Please sign in to comment.