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 6b30802 commit 03a3468Copy full SHA for 03a3468
lib/internal/process/stdio.js
@@ -123,7 +123,7 @@ function getMainThreadStdio() {
123
function onpause() {
124
if (!stdin._handle)
125
return;
126
- if (stdin._handle.reading && !stdin._readableState.flowing) {
+ if (stdin._handle.reading && !stdin.readableFlowing) {
127
stdin._readableState.reading = false;
128
stdin._handle.reading = false;
129
stdin._handle.readStop();
0 commit comments