Fork me on GitHub
#leiningen
<
2023-09-07
>
fjsousa08:09:16

Hey everyone. Apparently if leiningen fails running a task with-profile, it just logs a "suppressed error" message, because *exit-process*?** is bind to false https://github.com/technomancy/leiningen/blob/24fb93936133bd7fc30c393c127e9e69bb5f2392/src/leiningen/with_profile.clj#L51. I'm running lein uberjar with a :prep-task that builds the frontend. If there's an error during the build, lein uberjar proceeds and I want it to exit instead.