We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a5a36 commit d6c998aCopy full SHA for d6c998a
lib/internal/process/stdio.js
@@ -132,7 +132,7 @@ function getMainThreadStdio() {
132
function onpause() {
133
if (!stdin._handle)
134
return;
135
- if (stdin._handle.reading && !stdin._readableState.flowing) {
+ if (stdin._handle.reading && !stdin.readableFlowing) {
136
stdin._readableState.reading = false;
137
stdin._handle.reading = false;
138
stdin._handle.readStop();
0 commit comments