We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b0b948 + 262535a commit 4888afbCopy full SHA for 4888afb
src/clj/witan/send/send.clj
@@ -363,7 +363,7 @@
363
(apply merge-with + (mapcat #(map :transitions %) projections)))
364
365
(defn output-transitions [file projections]
366
- (spit file (pr-str projections)))
+ (binding [*print-length* nil] (spit file (pr-str projections))))
367
368
(defn values-rf
369
"Associate a reducing function to be used for each value of map indexed by key"
0 commit comments