Skip to content

Commit be2316e

Browse files
clydinalexeagle
authored andcommitted
fix(@angular/cli): use stderr for all diagnostic related log messages
1 parent 237c893 commit be2316e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/cli/lib/cli/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ function initializeLogging(logger: logging.Logger) {
8282
break;
8383
case 'warn':
8484
color = terminal.yellow;
85+
output = process.stderr;
8586
break;
8687
case 'error':
8788
color = terminal.red;

0 commit comments

Comments
 (0)