abstract exception handler/logger into its own file

This commit is contained in:
2025-08-04 09:03:47 +01:00
parent f4c9039af1
commit ce0f700253
9 changed files with 60 additions and 47 deletions

View File

@@ -10,6 +10,7 @@ struct
val tests = concat tests
in
runWithConfig [Configuration.PrintPassed false] tests
handle e => ExceptionLogger.log e
end
end