mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

After an error, the same error is shown after each evaluation #3

Closed swannodette closed 9 years ago

mfikes commented 9 years ago

Minimal repo:

ClojureScript:cljs.user> (first (js/Date.))
Error: Tue Feb 03 2015 21:07:05 GMT-0500 (EST) is not ISeqable
nil
ClojureScript:cljs.user> 1
Error: Tue Feb 03 2015 21:07:05 GMT-0500 (EST) is not ISeqable
nil