We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede37b5 commit aca54adCopy full SHA for aca54ad
1 file changed
src/main/clojure/cljs/analyzer.cljc
@@ -306,7 +306,7 @@
306
(str "No such namespace: " ns-sym
307
", could not locate " (ns->relpath ns-sym :cljs)
308
", " (ns->relpath ns-sym :cljc)
309
- ", or JavaScript providing \"" js-provide "\""))
+ ", or JavaScript source providing \"" js-provide "\""))
310
311
(defmethod error-message :undeclared-macros-ns
312
[warning-type {:keys [ns-sym js-provide] :as info}]
0 commit comments