mirror of
https://github.com/status-im/timbre.git
synced 2025-02-04 16:14:13 +00:00
Perf: rsome
for hash fn
This commit is contained in:
parent
a26ecc6a96
commit
e611f7a584
@ -253,7 +253,7 @@
|
||||
(let [{:keys [?ns-str ?line vargs_]} data
|
||||
vargs @vargs_]
|
||||
(str
|
||||
(or (some #(and (map? %) (:timbre/hash %)) vargs) ; Explicit hash given
|
||||
(or (enc/rsome #(and (map? %) (:timbre/hash %)) vargs) ; Explicit hash given
|
||||
#_[?ns-str ?line] ; TODO Waiting on http://goo.gl/cVVAYA
|
||||
[?ns-str vargs]))))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user