Chore: uFuzzy 1.0.6 (#64575)

This commit is contained in:
Leon Sorokin
2023-03-10 04:49:02 -07:00
committed by GitHub
parent 3ff380f40f
commit 14251db9ba
7 changed files with 49 additions and 61 deletions
@@ -130,7 +130,7 @@ class FullResultCache {
}
}
// > 1000 matches (unranked)
else {
else if (idxs) {
for (let i = 0; i < idxs.length; i++) {
let haystackIdx = idxs[i];
dst.push(src[haystackIdx]);