Skip to content

Commit aca54ad

Browse files
committed
tweak missing namespace message
1 parent ede37b5 commit aca54ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/analyzer.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
(str "No such namespace: " ns-sym
307307
", could not locate " (ns->relpath ns-sym :cljs)
308308
", " (ns->relpath ns-sym :cljc)
309-
", or JavaScript providing \"" js-provide "\""))
309+
", or JavaScript source providing \"" js-provide "\""))
310310

311311
(defmethod error-message :undeclared-macros-ns
312312
[warning-type {:keys [ns-sym js-provide] :as info}]

0 commit comments

Comments
 (0)