This commit is contained in:
Christoph Hagen 2023-12-08 15:58:57 +01:00
parent c25c4f3dc6
commit 17d7a8e6c4

View File

@ -34,7 +34,6 @@ enum Entrypoint {
do { do {
try await configure(app) try await configure(app)
await cleanup()
} catch { } catch {
app.logger.report(error: error) app.logger.report(error: error)
await cleanup() await cleanup()