integrant

nivekuil 2021-03-24T06:48:22.000100Z

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 :(

kwrooijen 2021-03-24T11:50:59.000600Z

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

kwrooijen 2021-03-24T11:51:22.001Z

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