Skip to content

Commit

Permalink
feat(nx-python): add logging for added dependencies in LockedDependen…
Browse files Browse the repository at this point in the history
…cyResolver
  • Loading branch information
lucasvieirasilva committed Dec 13, 2024
1 parent 09694fd commit 855c62c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nx-python/src/provider/uv/build/resolvers/locked.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ export class LockedDependencyResolver {
continue;
}

this.logger.info(
chalk` • Adding {blue.bold ${line.trim()}} dependency`,
);

result.push({
name: line.trim(),
});
Expand Down

0 comments on commit 855c62c

Please sign in to comment.