jprichardson / node-kexec

Node.js exec function to replace running process; like Ruby's exec.
MIT License
50 stars 25 forks source link

large console buffers #26

Open btakita opened 8 years ago

btakita commented 8 years ago

It seems like kexec cuts off the output when there are many lines in the console output of the child process.

jprichardson commented 8 years ago

Would you be able to post a snippet demonstrating the issue?

btakita commented 8 years ago

At this point no. I'm not using kexec anymore & because I can't install with nodejs 4.2.3.

The issue also could have been related to casperjs, phantomjs...

One way to test would be to kexec('cat large-file')