Skip to content

Commit bb4a390

Browse files
committed
in verbose mode show how many sources are being optimized
1 parent 27abf0a commit bb4a390

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
@@ -1666,7 +1666,7 @@
16661666
(- (count (.split #"\r?\n" fdeps-str -1)) 1))]
16671667
(->>
16681668
(util/measure compiler-stats
1669-
"Optimize sources"
1669+
(str "Optimizing " (count js-sources) " sources")
16701670
(apply optimize all-opts
16711671
(remove foreign-source? js-sources)))
16721672
(add-wrapper all-opts)

0 commit comments

Comments
 (0)