From ba89b1cfa5c22214118d9316cf280d28168aeb76 Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Thu, 15 Jul 2021 14:33:11 -0400 Subject: [PATCH] fix: removed unused arb-target-or --- lib/outdated.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outdated.js b/lib/outdated.js index 9d60d143d71c..01e268fe96ae 100644 --- a/lib/outdated.js +++ b/lib/outdated.js @@ -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