saadq / node-latex

🧾 A utility for running LaTeX subprocesses in Node.
MIT License
58 stars 22 forks source link

listening to stdout and stderr with dummy function #12

Closed urshofer closed 6 years ago

urshofer commented 6 years ago

this is replacing the old pull request / merged master in before

Otherwise, child processes can stall if they produce a lot of output in the buffers. At some point the internal buffer is filling up and the built-in backpressure mechanism causes the process to stop accepting output from the child.

saadq commented 6 years ago

Merged, and published to npm. as v2.4.2. Thanks for the contribution! :)