Skip to content

Commit d02265d

Browse files
committed
tweak namespace not found warning to account for recent module
support changes
1 parent 2d08f2e commit d02265d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/cljs/analyzer.cljc

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

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

0 commit comments

Comments
 (0)