Skip to content

Commit

Permalink
fix: look at everything with has operator
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jul 18, 2022
1 parent a1ed199 commit c5a0dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/arborist/lib/query-selector-all.js
Expand Up @@ -206,7 +206,7 @@ class Results {
})
if (res.size > 0) {
found.push(item)
break
continue
}
}
return found
Expand Down

0 comments on commit c5a0dfc

Please sign in to comment.