boot-clj / boot-new

Generate new projects based on Boot Templates and/or Leiningen Templates!
https://clojars.org/boot/new
Eclipse Public License 1.0
155 stars 42 forks source link

Check we don't call exit-ok/exit-error #11

Closed seancorfield closed 5 years ago

seancorfield commented 8 years ago

Throw exception instead for error case (and arrange to just return cleanly for OK case).

seancorfield commented 8 years ago

We call util/exit-error all over the place. Anywhere the Leiningen new code used to exit with an error. Not entirely sure throwing an exception in all these cases is the best outcome?