Fix a syntax error
This commit is contained in:
parent
a7c1daf806
commit
170f2d35f7
3 changed files with 3 additions and 3 deletions
|
@ -211,7 +211,7 @@ class PacketClient {
|
|||
}
|
||||
|
||||
responseWait.complete();
|
||||
}, onError: () {
|
||||
}, onError: (err) {
|
||||
if (!responseWait.isCompleted) responseWait.complete();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue