We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d78451 commit 8e723a6Copy full SHA for 8e723a6
src/main/clojure/cljs/analyzer.cljc
@@ -345,7 +345,7 @@
345
346
(defmethod error-message :fn-deprecated
347
[warning-type info]
348
- (str (-> info :fexpr :info :name) " is deprecated."))
+ (str (-> info :fexpr :info :name) " is deprecated"))
349
350
(defmethod error-message :undeclared-ns-form
351
@@ -412,7 +412,7 @@
412
413
(defmethod error-message :invalid-arithmetic
414
415
- (str (:js-op info) ", all arguments must be numbers, got " (:types info) " instead."))
+ (str (:js-op info) ", all arguments must be numbers, got " (:types info) " instead"))
416
417
(defmethod error-message :invalid-array-access
418
[warning-type {:keys [name types]}]
0 commit comments