Navigation Menu

Skip to content

Commit

Permalink
parinfer formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Feb 9, 2016
1 parent 0e259cb commit 442085d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src-cljs/cuttle/core.cljs
Expand Up @@ -37,13 +37,14 @@
;; TODO: we need to handle when there is a permission error here
(defn- copy-lein-files! [next-fn]
(log-info "copying lein.bat to our windows bin dir")
(.ensureDir fs windows-bin-dir (fn []
(.copy fs (path-join js/__dirname "bin" "lein.bat")
(str windows-bin-dir "lein.bat")
(fn []
(.copy fs (path-join js/__dirname "bin" "lein.jar")
(str windows-bin-dir "lein.jar")
next-fn))))))
(.ensureDir fs windows-bin-dir
(fn []
(.copy fs (path-join js/__dirname "bin" "lein.bat")
(str windows-bin-dir "lein.bat")
(fn []
(.copy fs (path-join js/__dirname "bin" "lein.jar")
(str windows-bin-dir "lein.jar")
next-fn))))))

;;------------------------------------------------------------------------------
;; Loading / Shutting Down Pages
Expand Down

0 comments on commit 442085d

Please sign in to comment.