Skip to content

Commit c5a0dfc

Browse files
committed
fix: look at everything with has operator
1 parent a1ed199 commit c5a0dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/arborist/lib/query-selector-all.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class Results {
206206
})
207207
if (res.size > 0) {
208208
found.push(item)
209-
break
209+
continue
210210
}
211211
}
212212
return found

0 commit comments

Comments
 (0)