mirror of https://github.com/status-im/timbre.git
CLJ1098 was fixed with Clojure 1.5 (our min)
This commit is contained in:
parent
1c23146979
commit
087a5d9761
|
@ -459,7 +459,7 @@
|
||||||
#+cljs (apfn data)
|
#+cljs (apfn data)
|
||||||
#+clj (send-off (get-agent id) (fn [_] (apfn data)))))))))
|
#+clj (send-off (get-agent id) (fn [_] (apfn data)))))))))
|
||||||
nil
|
nil
|
||||||
(enc/clj1098 (:appenders config))))))
|
(:appenders config)))))
|
||||||
nil)
|
nil)
|
||||||
|
|
||||||
(comment
|
(comment
|
||||||
|
|
Loading…
Reference in New Issue