Skip to content

Commit 3c2dab3

Browse files
committed
typo
1 parent a816c3c commit 3c2dab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ should contain the source for the given namespace name."
881881
(defn optimize
882882
"Use the Closure Compiler to optimize one or more JavaScript files."
883883
[opts & sources]
884-
(when (or *verbose* (:verbose opts))
884+
(when (or ana/*verbose* (:verbose opts))
885885
(util/debug-prn "Applying optimizations" (:optimizations opts)))
886886
(let [closure-compiler (make-closure-compiler)
887887
^List externs (load-externs opts)

0 commit comments

Comments
 (0)