Fork me on GitHub
#integrant
<
2021-03-24
>
nivekuil06:03:22

how can I handle any errors that happen across ig/halt-key!s with integrant.repl? I could`try..catch` each, but I'm not sure where to hook in some global error handler. As it stands with my setup, if any halt-key throws, CIDER will stack overflow :(

Kevin11:03:59

Maybe wrap ig/halt-key! in a try catch?

Kevin11:03:22

If you want one specific error handler for all halt-keys, that would be the way I think