1
0
Fork 0
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:
Divy Srivastava 2024-09-26 08:47:29 +05:30 committed by GitHub
parent 5504acea67
commit 121d9697a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -951,7 +951,6 @@ export class Socket extends Duplex {
*/
override pause(): this {
if (
this[kBuffer] &&
!this.connecting &&
this._handle &&
this._handle.reading