mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix merge conflict issue
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user