mirror of
https://github.com/Textualize/textual-serve.git
synced 2025-10-17 02:50:37 +03:00
Log warning on unknown meta type
This commit is contained in:
@@ -284,3 +284,7 @@ class AppService:
|
||||
]
|
||||
)
|
||||
await self.remote_write_str(payload)
|
||||
else:
|
||||
log.warning(
|
||||
f"Unknown meta type: {meta_type!r}. You may need to update `textual-serve`."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user