cemerick / austin

The ClojureScript browser-REPL rebuilt stronger, faster, easier.
510 stars 31 forks source link

Uncaught exceptions causes REPL input to hang #35

Open weavejester opened 10 years ago

weavejester commented 10 years ago

Running a line of code like:

(throw "foo")

Will cause the REPL input to hang.

cemerick commented 10 years ago

Right, that's caused by this (catching js/Error).

Austin will be getting its own client-side implementation in #50, which will fix this. In the meantime, a fix (or ticket, anyway) for this in the stock ClojureScript browser REPL would probably be appreciated.