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

Uncaught exceptions causes REPL input to hang #35

Open
weavejester opened this issue Dec 23, 2013 · 1 comment
Open

Uncaught exceptions causes REPL input to hang #35

weavejester opened this issue Dec 23, 2013 · 1 comment
Milestone

Comments

@weavejester
Copy link

Running a line of code like:

(throw "foo")

Will cause the REPL input to hang.

@cemerick
Copy link
Owner

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 cemerick added this to the 0.2.0 milestone Feb 19, 2014
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

2 participants