jfmengels/node-elm-review

`check-previews-compile.js` fails with long output due to it being truncated.

Open

#101 opened on Jan 25, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Elm (27 forks)github user discovery
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.

Contributor guide