We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4925b commit 5960370Copy full SHA for 5960370
packages/angular/cli/src/command-builder/schematics-command-module.ts
@@ -181,7 +181,7 @@ export abstract class SchematicsCommandModule
181
if (property['format'] === 'path' && !property['$default']) {
182
(options as Record<string, unknown>)['path'] = workingDir || undefined;
183
this.context.logger.warn(
184
- `The 'path' option in '${schematic?.schema}' is using deprecated behaviour.` +
+ `The 'path' option in '${schematic?.schema}' is using deprecated behaviour. ` +
185
`'workingDirectory' smart default provider should be used instead.`,
186
);
187
}
0 commit comments