| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6b30802 commit 03a3468
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -123,7 +123,7 @@ function getMainThreadStdio() { | |||
| 123 | 123 | function onpause() { | |
| 124 | 124 | if (!stdin._handle) | |
| 125 | 125 | return; | |
| 126 | - if (stdin._handle.reading && !stdin._readableState.flowing) { | ||
| 126 | + if (stdin._handle.reading && !stdin.readableFlowing) { | ||
| 127 | 127 | stdin._readableState.reading = false; | |
| 128 | 128 | stdin._handle.reading = false; | |
| 129 | 129 | stdin._handle.readStop(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments