Skip to content

Commit 85a1ac1

Browse files
committed
chore: undo debug thing
1 parent b011681 commit 85a1ac1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/verify-construct-dependencies.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ const computeDepsClosure = (deps: string[]): DepsClosure => {
102102
const closure: DepsClosure = { repoDeps: [], registryDeps: [] };
103103

104104
const traverse = (path: string[], currDep: string): void => {
105-
if (shouldExcludeDependency([...path, stripSemver(currDep)])) {
106-
return;
107-
}
108105
if (shouldExcludeDependency([...path, stripSemver(currDep)]) || seenDeps.has(currDep)) {
109106
return;
110107
}

0 commit comments

Comments
 (0)