jfmengels/node-elm-review
View on GitHub`check-previews-compile.js` fails with long output due to it being truncated.
Open
#101 opened on Jan 25, 2023
bughelp wanted
Repository metrics
- Stars
- (55 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
If a rule generates many errors for its own source, then check-previews-compile.js will fail, because it attempts to parse truncated JSON output. Setting maxBuffer to a larger value does not fix it.