It's odd - I was pretty sure I'd made some recent changes to help with this issue though. Do you think you could check on process.memory() (as in your previous post) as I guess it's possible that the piping has some problem if it runs out of memory during the pipe operation itself?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
It's odd - I was pretty sure I'd made some recent changes to help with this issue though. Do you think you could check on
process.memory()
(as in your previous post) as I guess it's possible that the piping has some problem if it runs out of memory during the pipe operation itself?