Skip to content

Commit b5c56b9

Browse files
author
dnolen
committed
don't pr-str bREPL error just str
1 parent fd61d52 commit b5c56b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljs/clojure/browser/repl.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
(gbrowser/isChrome) :chrome
4949
(gbrowser/isFirefox) :firefox
5050
(gbrowser/isIE) :ie)
51-
:value (pr-str e)
51+
:value (str e)
5252
:stacktrace
5353
(if (.hasOwnProperty e "stack")
5454
(.-stack e)

0 commit comments

Comments
 (0)