error-message-catalog
error-message-catalog copied to clipboard
Reactor gives cryptic error on malformed Elm application
Steps to reproduce:
- Download program.zip. Alternatively, run
elm initand add a src/Main.elm file containing
module Main exposing (..)
a = 5
- Run
elm reactorand open src/Main.elm - Note that elm reactor displays a blank page for a while before showing the text
A web handler threw an exception. Details:
thread killed
Expected behavior: Since elm.json states this is an application, this program should result in a compile error.
Note that I've only tested this on Windows with Chrome.
I'm getting the same issue on macOS with both Firefox and Safari
I'm getting the same issue on macOS with Chrome, Firefox and Safari