atom-community / atom-community/atom-script
TTY Support
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
Is there any way to get this script window to report `true` for node's [`tty.isatty()`](https://nodejs.org/api/tty.html#tty_tty_isatty_fd)?
The current behavior of not returning true is creating problems for npm [progress](https://www.npmjs.com/package/progress), which is then not displaying anything.
Contributor guide
Assessment
This issue has not been assessed yet.