Merge pull request #101 from arichiardi/silent-new-cljs-warning
Silent *logger* warning in latest ClojureScript
This commit is contained in:
commit
8de6b09989
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(defproject mount "0.1.12-SNAPSHOT"
|
||||
(defproject mount "0.1.15-SNAPSHOT"
|
||||
:description "managing Clojure and ClojureScript app state since (reset)"
|
||||
:url "https://github.com/tolitius/mount"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
(:import [goog.debug Console])]))
|
||||
|
||||
#?(:cljs
|
||||
(defonce *logger*
|
||||
(defonce ^:dynamic *logger*
|
||||
(do
|
||||
(.setCapturing (Console.) true)
|
||||
(glog/getLogger "mount"))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue