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 d435b43 commit 3ecf5afCopy full SHA for 3ecf5af
src/main/clojure/cljs/build/api.clj
@@ -42,7 +42,7 @@
42
"Backdates a cljs target file so that it the cljs compiler will recompile it."
43
([ns-sym] (mark-cljs-ns-for-recompile! ns-sym nil))
44
([ns-sym output-dir]
45
- (let [s (target-file-for-cljs-ns output-dir ns-sym)]
+ (let [s (target-file-for-cljs-ns ns-sym output-dir)]
46
(when (.exists s)
47
(.setLastModified s 5000)))))
48
0 commit comments