Skip to content

Commit 66bfe92

Browse files
author
dnolen
committed
fix error string for last commit
1 parent 31ae4dd commit 66bfe92

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
@@ -2075,7 +2075,7 @@
20752075
#?(:cljs {:tag boolean})
20762076
[dep]
20772077
(assert (symbol? dep)
2078-
(str "cljs.analyzer/foreign-dep? expected symbol got " dep))
2078+
(str "cljs.analyzer/foreign-dep? expected symbol got " (pr-str dep)))
20792079
(let [js-index (:js-dependency-index @env/*compiler*)]
20802080
(if-some [[_ {:keys [foreign]}] (find js-index (name dep))]
20812081
foreign

0 commit comments

Comments
 (0)