mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -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 {
|
||||
if (
|
||||
this[kBuffer] &&
|
||||
!this.connecting &&
|
||||
this._handle &&
|
||||
this._handle.reading
|
||||
|
|
Loading…
Reference in a new issue