Commit d1d5ac7
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 #146401 parent 55cdfdc commit d1d5ac7
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
0 commit comments