We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2be2f4 commit 0907da1Copy full SHA for 0907da1
src/textual/app.py
@@ -3015,7 +3015,9 @@ async def _broker_event(
3015
# It's a tuple and made it this far, which means it'll be a
3016
# malformed action. This is a no-op, but let's log that
3017
# anyway.
3018
- log.warning(f"{event_name} event has an empty action")
+ log.warning(
3019
+ f"Can't parse @{event_name} action from style meta; check your console markup syntax"
3020
+ )
3021
return False
3022
return True
3023
0 commit comments