mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
fix plugin uninstalls
This commit is contained in:
@@ -88,6 +88,8 @@ class UnixSocket:
|
||||
except asyncio.IncompleteReadError as err:
|
||||
line.extend(err.partial)
|
||||
break
|
||||
except asyncio.CancelledError:
|
||||
break
|
||||
else:
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user