Skip to content

Commit c608c41

Browse files
committed
typo
1 parent 73d844f commit c608c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/cljs/closure.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ should contain the source for the given namespace name."
15601560
(comp/compile-file src dest
15611561
{:source-map true
15621562
:cache-analysis true
1563-
:output-dir (sr "src" File/separator "aot_cljs")}))))
1563+
:output-dir (str "src" File/separator "aot_cljs")}))))
15641564

15651565
(comment
15661566

0 commit comments

Comments
 (0)