fix(nx): correct the message for the removal of a project that is still a dependency of other projects. (#18903)
This commit is contained in:
parent
ec647e7250
commit
70d3728457
@ -21,7 +21,7 @@ export async function checkDependencies(_, schema: Schema): Promise<void> {
|
|||||||
throw new Error(
|
throw new Error(
|
||||||
`${
|
`${
|
||||||
schema.projectName
|
schema.projectName
|
||||||
} is still depended on by the following projects:\n${deps
|
} is still a dependency of the following projects:\n${deps
|
||||||
.map((x) => x.target)
|
.map((x) => x.target)
|
||||||
.join('\n')}`
|
.join('\n')}`
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user