cemerick / austin

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

Fail gracefully on attempts to use REPL env with disposed session #51

Open cemerick opened 10 years ago

cemerick commented 10 years ago

i.e. :cljs/quit drops the session associated with the REPL environment, and it cannot be used again. Catch this when such an env is used to create a new ClojureScript REPL, and print a useful message.