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