Fix merge conflict issue

This commit is contained in:
Darren Burns
2022-04-12 14:02:03 +01:00
parent 3eb3325e1a
commit f43f0ed803

View File

@@ -232,7 +232,7 @@ class MessagePump:
await self.dispatch_message(message)
except CancelledError:
raise
except Exception:
except Exception as error:
self.app.panic(error)
break
finally: