You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewTypeError('"stream" is not a readable stream')
23
-
}
24
-
if(stream._readableState.flowing){
25
-
// tslint:disable-next-line
26
-
thrownewTypeError('"stream" is in flowing mode, this is probably not what you want as data loss could occur. Please use stream.pause() to pause the stream before calling readAsync.');
thrownewTypeError('"stream" is not a readable stream')
61
+
}
62
+
if((streamasany)._readableState.flowing){
63
+
// tslint:disable-next-line
64
+
thrownewTypeError('"stream" is in flowing mode, this is probably not what you want as data loss could occur. Please use stream.pause() to pause the stream before calling readAsync.');
0 commit comments