foo

checkpoint
This commit is contained in:
jacob314
2026-03-04 00:06:46 -08:00
parent 12957ea16a
commit 81a1e127ed
185 changed files with 818 additions and 748 deletions
@@ -201,7 +201,7 @@ const findTextMatches = (
const lowerContent = m.toLowerCase();
let startIndex = 0;
while (true) {
for (;;) {
const matchIndex = lowerContent.indexOf(lowerQuery, startIndex);
if (matchIndex === -1) break;