We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b48d7 commit e40f230Copy full SHA for e40f230
packages/angular_devkit/schematics_cli/bin/schematics.ts
@@ -195,7 +195,7 @@ export async function main({
195
error = true;
196
197
const desc = event.description == 'alreadyExist' ? 'already exists' : 'does not exist';
198
- logger.warn(`ERROR! ${event.path} ${desc}.`);
+ logger.error(`ERROR! ${event.path} ${desc}.`);
199
break;
200
case 'update':
201
loggingQueue.push(tags.oneLine`
0 commit comments