getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
28 stars 8 forks source link

fix: Ensure full result gets written #60

Closed apotterri closed 2 years ago

apotterri commented 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.

appland-release commented 2 years ago

:tada: This PR is included in version 8.4.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: