mirror of
https://github.com/status-im/timbre.git
synced 2025-01-30 05:35:47 +00:00
Restores the standard-out appender's thread safety.
Since commit 71218f708607e121f7097c740d850b76b83f655a `str-println` no longer prints the newline with the other output, this is restored.
This commit is contained in:
parent
a6ecb2c1e6
commit
168ba46c24
@ -13,7 +13,7 @@
|
||||
"Like `println` but prints all objects to output stream as a single
|
||||
atomic string. This is faster and avoids interleaving race conditions."
|
||||
[& xs]
|
||||
(print (str/join \space (filter identity xs)) \newline)
|
||||
(print (str (str/join \space (filter identity xs)) \newline))
|
||||
(flush))
|
||||
|
||||
(defn color-str [color & xs]
|
||||
|
Loading…
x
Reference in New Issue
Block a user