Skip to content

Commit e37b4da

Browse files
committed
make optimize verbose string more informative, show number of
sources being optimized
1 parent bb4a390 commit e37b4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@
983983
"Use the Closure Compiler to optimize one or more JavaScript files."
984984
[opts & sources]
985985
(when (or ana/*verbose* (:verbose opts))
986-
(util/debug-prn "Applying optimizations" (:optimizations opts)))
986+
(util/debug-prn "Applying optimizations" (:optimizations opts) "to" (count sources) "sources"))
987987
(let [closure-compiler (make-closure-compiler)
988988
^List externs (load-externs opts)
989989
compiler-options (make-options opts)

0 commit comments

Comments
 (0)