austin icon indicating copy to clipboard operation
austin copied to clipboard

Uncaught exceptions causes REPL input to hang

Open weavejester opened this issue 10 years ago • 1 comments

Running a line of code like:

(throw "foo")

Will cause the REPL input to hang.

weavejester avatar Dec 23 '13 17:12 weavejester

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.

cemerick avatar Feb 19 '14 11:02 cemerick