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 f0b7fac commit 93544d6Copy full SHA for 93544d6
src/main/clojure/cljs/closure.clj
@@ -643,7 +643,7 @@
643
(-> (.getAbsolutePath f)
644
(string/replace (.getAbsolutePath cache-path) "")
645
(subs 1)))]
646
- (when (and ana/*verbose* (= :source k))
+ (when (and (or ana/*verbose* (:verbose opts)) (= :out-file k))
647
(util/debug-prn (str "Copying cached " f " to " target)))
648
(spit target (slurp f))
649
(.setLastModified target (util/last-modified jar-file)))))))
0 commit comments