Skip to content

Commit

Permalink
fix: removed unused arb-target-or
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Jul 15, 2021
1 parent 691816f commit ba89b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outdated.js
Expand Up @@ -158,7 +158,7 @@ class Outdated extends ArboristWorkspaceCmd {
edge.from
&& this.filterSet
&& this.filterSet.size > 0
&& !this.filterSet.has(edge.from.target || edge.from)
&& !this.filterSet.has(edge.from.target)

if (filteredOut)
return
Expand Down

0 comments on commit ba89b1c

Please sign in to comment.