clap-detector icon indicating copy to clipboard operation
clap-detector copied to clipboard

Fix `ERR_CHILD_PROCESS_STDIO_MAXBUFFER` error

Open dnicolson opened this issue 3 years ago • 0 comments

This pull request attempts to fix the RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stderr maxBuffer length exceeded. Alternatively, exec could be replaced with spawn as suggested in https://github.com/tom-s/clap-detector/issues/21#issuecomment-1024965201 and implemented in https://github.com/131/clap-trigger/blob/b6f890e/index.js#L80-L104, this would require more significant changes though.

dnicolson avatar Nov 23 '22 13:11 dnicolson