Fix a syntax error

This commit is contained in:
zontreck 2024-08-29 15:13:59 -07:00
parent a7c1daf806
commit 170f2d35f7
3 changed files with 3 additions and 3 deletions

View file

@ -211,7 +211,7 @@ class PacketClient {
}
responseWait.complete();
}, onError: () {
}, onError: (err) {
if (!responseWait.isCompleted) responseWait.complete();
});