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 0344563 commit 325baa6Copy full SHA for 325baa6
packages/@angular/cli/models/architect-command.ts
@@ -215,7 +215,7 @@ export abstract class ArchitectCommand extends Command<ArchitectCommandOptions>
215
return allProjectsForTargetName;
216
}
217
218
- throw new Error(`Could not determine a single project for the '${targetName} target.`);
+ throw new Error(`Could not determine a single project for the '${targetName}' target.`);
219
220
221
0 commit comments