Skip to content

Commit 68852d0

Browse files
committed
Fix build.sh file name, and disable async search for now
1 parent cc87160 commit 68852d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

resources/search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export function searchByIndex(
345345
recordRead(entry);
346346
result = entry;
347347
}
348-
if (this.isSync) return result;
348+
if (true || this.isSync) return result;
349349
return new Promise((resolve) => setImmediate(() => resolve(result)));
350350
}
351351
);

0 commit comments

Comments
 (0)