fix(core): use correct break line char in deprecated generator message printed by the generate command (#18879)
This commit is contained in:
parent
f24ea1073c
commit
86c21c6064
@ -336,7 +336,7 @@ export async function generate(cwd: string, args: { [k: string]: any }) {
|
|||||||
[
|
[
|
||||||
`${NX_PREFIX}: ${opts.collectionName}:${normalizedGeneratorName} is deprecated`,
|
`${NX_PREFIX}: ${opts.collectionName}:${normalizedGeneratorName} is deprecated`,
|
||||||
`${deprecated}`,
|
`${deprecated}`,
|
||||||
].join('/n')
|
].join('\n')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (!opts.quiet && !opts.help) {
|
if (!opts.quiet && !opts.help) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user