| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 441175c commit 21e69d1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ const { WriteStream } = require('tty'); | |||
| 10 | 10 | ||
| 11 | 11 | // Do our best to grab a tty fd. | |
| 12 | 12 | function getTTYfd() { | |
| 13 | - const ttyFd = [0, 1, 2, 4, 5].find(tty.isatty); | ||
| 13 | + const ttyFd = [1, 2, 4, 5].find(tty.isatty); | ||
| 14 | 14 | if (ttyFd === undefined) { | |
| 15 | 15 | try { | |
| 16 | 16 | return openSync('/dev/tty'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments