Skip to content

Commit e40f230

Browse files
alan-agius4vikerman
authored andcommitted
fix(@angular-devkit/schematics): use error logger method when there is a workflow error
1 parent 94b48d7 commit e40f230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/schematics_cli/bin/schematics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export async function main({
195195
error = true;
196196

197197
const desc = event.description == 'alreadyExist' ? 'already exists' : 'does not exist';
198-
logger.warn(`ERROR! ${event.path} ${desc}.`);
198+
logger.error(`ERROR! ${event.path} ${desc}.`);
199199
break;
200200
case 'update':
201201
loggingQueue.push(tags.oneLine`

0 commit comments

Comments
 (0)