Skip to content

Commit 36a6dd9

Browse files
authored
Merge pull request #8081 from NBKelly/card-sleeves
log prize import on cljs build
2 parents 046bd04 + eb56029 commit 36a6dd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cljc/jinteki/prizes.cljc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
(and res (-> res slurp clojure.edn/read-string))
99
(catch Exception e
1010
(println "Exc: " e)))
11-
{})]
11+
{})
12+
_ (println (str (count (-> res slurp clojure.edn/read-string)) " card backs loaded"))]
1213
`(def ~sym (merge ~data ~base-card-backs)))))

0 commit comments

Comments
 (0)