Hans Larsen
|
51c30e5def
|
refactor(@angular/cli): refactor isTTY() function
It was really hard to read with double negatives and such.
|
2019-06-26 11:22:19 -07:00 |
|
Charles Lyding
|
2334a7c030
|
fix(@angular/cli): use recommended TTY check logic
`stdin` can be redirected/piped by various shells but still be interactive. Node.js recommends only testing `stdout`: https://nodejs.org/api/tty.html#tty_tty
Fixes #14640
|
2019-06-06 14:28:36 -07:00 |
|
Charles Lyding
|
410b56e107
|
fix(@angular/cli): check for CI environment variable in tty helper
Fixes #14563
|
2019-05-30 12:32:01 +02:00 |
|
Charles Lyding
|
57189f6eca
|
fix(@angular/cli): standardize TTY checks
|
2019-05-22 10:02:58 +02:00 |
|