mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
`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