Closed IonoclastBrigham closed 5 years ago
Instead of vomiting out the exception struct as-is, we could obtain only the message and print that out.
Niced up error message formatting with the latest commit. I didn't really grok what you were saying about using (exit:on-exit)
, so there's still nothing going on there. But I'm not sure we need a lot of explicit cleanup since we're totally killing the process here in a non-gui context?
Summary
So this seems to work, if perhaps somewhat ungracefully. It simply sets an error handler if we're not showing the gui, which prints the error and exits.
Caveats
Probably a better way to print the error message; it's kinda ugly as-isFeedback Welcome
Please!