Skip to content

Commit

Permalink
Leiningen dependencies: automatic reload if serialized file gets prob…
Browse files Browse the repository at this point in the history
…lems
  • Loading branch information
laurentpetit committed Mar 25, 2013
1 parent 3565b31 commit 5fbfcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccw.core/src/clj/ccw/leiningen/classpath_container.clj
Expand Up @@ -594,7 +594,7 @@
(proxy [ClasspathContainerInitializer]
[]
(initialize [container-path, java-project]
(if-let [deps (load-project-dependencies java-project)]
(if-let [deps (seq (load-project-dependencies java-project))]
(set-lein-container java-project deps)
(update-project-dependencies java-project)))

Expand Down

0 comments on commit 5fbfcbd

Please sign in to comment.