Skip to content

Commit

Permalink
[nop] Misc tweaks recommended by npx shadow-cljs check
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 27, 2023
1 parent 95bce09 commit 612fa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taoensso/timbre.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
:?file ?file
:?line ?line
#?(:clj :hostname_) #?(:clj (delay (get-hostname)))
:error-level? (#{:error :fatal} level)
:error-level? (contains? #{:error :fatal} level)
:?err ?err
:msg-type msg-type ; Undocumented
:?msg-fmt ?msg-fmt ; Undocumented
Expand Down

0 comments on commit 612fa16

Please sign in to comment.