Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sekedus committed Nov 25, 2024
1 parent cfb17ca commit 45851b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ class Search {
};
}
}
return false;
return null;
}

$multiLineBackward(session, re, endIndex, start, first) {
Expand Down Expand Up @@ -411,7 +411,7 @@ class Search {
};
}
}
return false;
return null;

Check warning on line 414 in src/search.js

View check run for this annotation

Codecov / codecov/patch

src/search.js#L414

Added line #L414 was not covered by tests
}

/**
Expand Down

0 comments on commit 45851b9

Please sign in to comment.