mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
fix(ext/node): fix process.stdin.pause() (#25864)
Fixes https://github.com/denoland/deno/issues/25844
This commit is contained in:
parent
5504acea67
commit
121d9697a1
1 changed files with 0 additions and 1 deletions
|
@ -951,7 +951,6 @@ export class Socket extends Duplex {
|
||||||
*/
|
*/
|
||||||
override pause(): this {
|
override pause(): this {
|
||||||
if (
|
if (
|
||||||
this[kBuffer] &&
|
|
||||||
!this.connecting &&
|
!this.connecting &&
|
||||||
this._handle &&
|
this._handle &&
|
||||||
this._handle.reading
|
this._handle.reading
|
||||||
|
|
Loading…
Add table
Reference in a new issue