Skip to content

Commit

Permalink
fix(core): check-module-boundaries should not log undefined as projec…
Browse files Browse the repository at this point in the history
…t name(#561)
  • Loading branch information
kellyrbourg authored Nov 3, 2022
1 parent 8c2188d commit 5d1bea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/tasks/check-module-boundaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async function main() {
}
}

console.log(`Checking module boundaries for ${project}`);
console.log(`Checking module boundaries for ${nxProject}`);
const violations = await checkModuleBoundariesForProject(
nxProject,
workspaceJson,
Expand Down

0 comments on commit 5d1bea3

Please sign in to comment.