Closed apotterri closed 2 years ago
process.stdout.write will return false if the string is too long, i.e. to indicate backpressure.
These changes switch to using process.stdout.end instead, passing it a callback that will be called once the entire string is written.
:tada: This PR is included in version 8.4.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
process.stdout.write will return false if the string is too long, i.e. to indicate backpressure.
These changes switch to using process.stdout.end instead, passing it a callback that will be called once the entire string is written.