Skip to content

Commit

Permalink
fix(@angular/cli): add missing space after period in warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Jul 28, 2022
1 parent 2e4925b commit 5960370
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -181,7 +181,7 @@ export abstract class SchematicsCommandModule
if (property['format'] === 'path' && !property['$default']) {
(options as Record<string, unknown>)['path'] = workingDir || undefined;
this.context.logger.warn(
`The 'path' option in '${schematic?.schema}' is using deprecated behaviour.` +
`The 'path' option in '${schematic?.schema}' is using deprecated behaviour. ` +
`'workingDirectory' smart default provider should be used instead.`,
);
}
Expand Down

0 comments on commit 5960370

Please sign in to comment.