Skip to content

Instantly share code, notes, and snippets.

@slagyr
Created February 24, 2015 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slagyr/50d54e050e914818ad26 to your computer and use it in GitHub Desktop.
Save slagyr/50d54e050e914818ad26 to your computer and use it in GitHub Desktop.
(micahmartin) ~/Projects/clojure/clojurescript
$ ./script/repljs
To quit, type: :cljs/quit
ClojureScript:cljs.user> (str (ex-info "foo" {}))
org.mozilla.javascript.JavaScriptException: TypeError: Cannot call method "cljs$core$IPrintWithWriter$_pr_writer$arity$3" of undefined (<cljs repl>#12)
at <cljs repl>:12
at <cljs repl>:1
ClojureScript:cljs.user>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment