elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

Make it easier to get color information in errors #123

Open evancz opened 7 years ago

evancz commented 7 years ago

Lots of tools are showing Elm error messages, but the color information is not easy to access. You only really get it when you use elm-make directly, so you need to do tricks in:

This has been reported in various ways: #73, #116, https://github.com/elm-lang/elm-repl/issues/93