bubkoo / ascii-progress

🍓 Ascii progress-bar(s) in the terminal.
MIT License
207 stars 21 forks source link

Hangs when there is no TTY #20

Open brianmhunt opened 7 years ago

brianmhunt commented 7 years ago

If there is no TTY, i.e. !process.stdout.isTTY, this hangs.

It might be wise to do nothing if there is no TTY.