Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on (require)-ing a nonexistant file on both macOS and Linux #195

Open
dyaso opened this issue Aug 26, 2019 · 0 comments
Open

Crash on (require)-ing a nonexistant file on both macOS and Linux #195

dyaso opened this issue Aug 26, 2019 · 0 comments

Comments

@dyaso
Copy link

dyaso commented Aug 26, 2019

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:

https://pastebin.com/faVatPQG

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant