Skip to content

Commit

Permalink
fix: package resolve bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Jul 8, 2024
1 parent 2451c76 commit 002905e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/dependency-resolving.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function makeResolveDependency(
if (!deep) return updatedGraph;

return await resolveRecursively(
graph,
updatedGraph,
sources,
[...packagesToCheck.slice(1), ...recordEntries(dependencies)],
deep
Expand Down

0 comments on commit 002905e

Please sign in to comment.