Skip to content

Commit

Permalink
fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Jun 17, 2024
1 parent c5315ab commit 5690db6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ String readAndClearRegExpFlags() {
private final StringBuilder rawString = new StringBuilder();

String getRawString() {
if (rawString.isEmpty()) {
if (rawString.length() == 0) {
return "";
}
return rawString.toString();
Expand Down

0 comments on commit 5690db6

Please sign in to comment.