Skip to content

tty: enable buffering

Rodrigo Muino Tomonari requested to merge github/fork/nxtedition/stdio-hwm into master

HWM was set to 0 which would cause e.g. stdout.write(...) to always return false.

Partly reverts https://github.com/nodejs/node/commit/954217adda03457115e426e9126dcad845877f74

Refs: https://github.com/nodejs/node/pull/39246

Merge request reports

Loading