Fork me on GitHub
#conjure
<
2023-01-09
>
armed11:01:59

Hello. Is there any way to redirect errors/exceptions to a different log buffer?

Olical11:01:56

Afraid not, there is only one log buffer, no plans to change that or start splitting things right now, would require rewriting a lot. There might be things you can write in your program that catch errors or redirect stderr to a file or to the terminal your REPL is running in though?

🙏 2
armed11:01:29

Got it, thanks. I’ll try to find workarounds

armed11:01:29

Ok, I think I know what to do, in emacs cider injects error capturing in nrepl middleware, and shows a separate buffer with a beautified exception.