You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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!The text was updated successfully, but these errors were encountered: