Closed seancorfield closed 5 years ago
Throw exception instead for error case (and arrange to just return cleanly for OK case).
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?
util/exit-error
Throw exception instead for error case (and arrange to just return cleanly for OK case).