elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.
BSD 3-Clause "New" or "Revised" License
428 stars 63 forks source link

fail gracefully when there is no elm-package.json #143

Closed vilterp closed 9 years ago

vilterp commented 9 years ago

You get this in the browser:

A web handler threw an exception. Details:
elm-package.json: openBinaryFile: does not exist (No such file or directory)

Should turn off the special stuff based on elm-package.json and just list the files.

vilterp commented 9 years ago

cc @evancz