Closed zarkone closed 9 years ago
this commit from https://github.com/weavejester/lein-ring/pull/138 tries to simplify the logic, but in this line
(if (nrepl? project) (nrepl-middleware project))
we've got an array instead of namespace,it was into in previous version... I think there's nothing to do w/o apply here (correct me if i'm not right, i'm quite new in clojure), so in my opinion better to live the old code.
into
apply
Fixed =)
this commit from https://github.com/weavejester/lein-ring/pull/138 tries to simplify the logic, but in this line
we've got an array instead of namespace,it was
into
in previous version... I think there's nothing to do w/oapply
here (correct me if i'm not right, i'm quite new in clojure), so in my opinion better to live the old code.