halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Show the raw stderr when compile fails & it cannot be parsed as JSON #143

Closed MethodGrab closed 5 years ago

MethodGrab commented 5 years ago

When the compile fails and the stderr cannot be parsed as JSON, the raw stderr is much more useful than a generic error message, for example:

This PR changes the error message to include the raw stderr output.

halohalospecial commented 5 years ago

Thanks!