avoid displaying ExitCode exceptions
authorJoey Hess <joeyh@joeyh.name>
Wed, 12 Apr 2023 21:04:57 +0000 (17:04 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 12 Apr 2023 21:04:57 +0000 (17:04 -0400)
commit6fc999193f042e26661b8ef9eed4b7515da89b2e
tree8017d4f88352ca3aeae0e46289c205d59cc0bf11
parent2fdb6ca879a20e27cc4a16ec20408f818b661339
avoid displaying ExitCode exceptions

Don't need to be sanitized and displaying them messes up actually
exiting with the right exit code! And broke the test suite.

Sponsored-by: Brett Eisenberg on Patreon
Messages.hs
Utility/Exception.hs