mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-08 17:01:19 +00:00
Also log incomplete base64 data for notification requests
This commit is contained in:
parent
481153318b
commit
5a77ea64d0
1 changed files with 2 additions and 0 deletions
|
|
@ -197,6 +197,8 @@ class EncodedDataStore:
|
|||
self.data_store(decoded)
|
||||
|
||||
def flush_encoded_data(self) -> None:
|
||||
if self.decoder.needs_more_data():
|
||||
log_error('Received incomplete encoded data for notification request')
|
||||
self.decoder.reset()
|
||||
|
||||
def finalise(self) -> bytes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue