Skip to content

Commit

Permalink
Merge 6711cd5 into 9eec15f
Browse files Browse the repository at this point in the history
  • Loading branch information
lopis committed Mar 5, 2021
2 parents 9eec15f + 6711cd5 commit 29c5ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -25,7 +25,7 @@ module.exports = function extract(options = {}) {
return
}

for (child of children) {
for (let child of children) {
if (each(child)) {
return 1
}
Expand Down

0 comments on commit 29c5ac4

Please sign in to comment.