Skip to content

Commit 5d1bea3

Browse files
authored
fix(core): check-module-boundaries should not log undefined as project name(#561)
1 parent 8c2188d commit 5d1bea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/tasks/check-module-boundaries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async function main() {
132132
}
133133
}
134134

135-
console.log(`Checking module boundaries for ${project}`);
135+
console.log(`Checking module boundaries for ${nxProject}`);
136136
const violations = await checkModuleBoundariesForProject(
137137
nxProject,
138138
workspaceJson,

0 commit comments

Comments
 (0)