The Figwheel tutorial says "If if there was a problem finding or compiling the file the REPL will let you know", but instead it crashes:
cljs.user=> (require 'notthere)
Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2).
<cljs repl> (No such file or directory)
Full report at:
ETA: it only crashes when the REPL is started with clojure -m figwheel.main, not clojure -m rebel-readline.main, sorry for reporting this in the wrong place!
The Figwheel tutorial says "If if there was a problem finding or compiling the file the REPL will let you know", but instead it crashes:
https://pastebin.com/faVatPQG
ETA: it only crashes when the REPL is started with
clojure -m figwheel.main
, notclojure -m rebel-readline.main
, sorry for reporting this in the wrong place!