We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5e70a commit f4d1df3Copy full SHA for f4d1df3
1 file changed
src/main/clojure/cljs/analyzer.cljc
@@ -361,7 +361,7 @@
361
362
(defmethod error-message :protocol-impl-recur-with-target
363
[warning-type info]
364
- (str "Ignoring target object \"" (:form info) "\" passed in recur to protocol method head"))
+ (str "Ignoring target object \"" (pr-str (:form info)) "\" passed in recur to protocol method head"))
365
366
(defmethod error-message :multiple-variadic-overloads
367
0 commit comments