amperity / lein-monolith

Leiningen plugin for working with monorepos.
Other
214 stars 18 forks source link

Always print each errors #55

Closed greglook closed 4 years ago

greglook commented 4 years ago

When an exception is thrown during an each :endure iteration, right now we mark the project as failed and save the exception under an :error key, but nothing ever actually surfaced what the exception was. This change now prints the stack trace immediately when the error occurs if we're inside an :endure.