Skip to content

Commit

Permalink
Merge pull request #66 from msolli/master
Browse files Browse the repository at this point in the history
Fix ns import declaration
  • Loading branch information
Paudi Moriarty committed Dec 22, 2018
2 parents 638ed66 + 14a16ce commit 48949a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/aviso/logging.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(:require [clojure.tools.logging :as l]
[io.aviso.exception :as e]
[io.aviso.writer :as writer])
(:import [java.lang.Thread$UncaughtExceptionHandler]))
(:import [java.lang Thread$UncaughtExceptionHandler]))

(defn install-pretty-logging
"Modifies clojure.tools.logging to use pretty exception logging."
Expand Down

0 comments on commit 48949a0

Please sign in to comment.