cortesi / modd

A flexible developer tool that runs processes and responds to filesystem changes
MIT License
2.79k stars 130 forks source link

adds support for lines which are longer than the read buffer #115

Open phillipgziprecruiter opened 2 years ago

phillipgziprecruiter commented 2 years ago

This is a more general solution to the one described in #113. In short, if the line emitted from the command run by modd, it would get split. So instead of

{"key":"...very long value..."}

you may get

{"key":"...very l
ong value..."}