Created
February 24, 2015 19:13
-
-
Save slagyr/50d54e050e914818ad26 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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