We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad524f2 commit 6afda49Copy full SHA for 6afda49
boot/core/src/boot/main.clj
@@ -118,7 +118,6 @@
118
(pod/set-pod-id! pod-id)
119
(pod/set-worker-pod! worker-pod)
120
(reset! pod/shutdown-hooks shutdown-hooks)
121
- (reset! util/*colorize?* (util/colorize?-system-default))
122
123
(let [[arg0 args args*] (if (seq args*)
124
[arg0 args args*]
boot/pod/src/boot/util.clj
@@ -45,7 +45,7 @@
45
(def ^:dynamic *colorize?*
46
"Atom containing the value that determines whether ANSI colors escape codes
47
will be printed with boot output."
48
- (atom false))
+ (atom (colorize?-system-default)))
49
50
(defn- print*
51
[verbosity color args]
0 commit comments