Fix a syntax error
This commit is contained in:
parent
a7c1daf806
commit
170f2d35f7
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
class Constants {
|
class Constants {
|
||||||
static const VERSION = "1.2.082924+1447";
|
static const VERSION = "1.2.082924+1513";
|
||||||
}
|
}
|
||||||
|
|
|
@ -211,7 +211,7 @@ class PacketClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
responseWait.complete();
|
responseWait.complete();
|
||||||
}, onError: () {
|
}, onError: (err) {
|
||||||
if (!responseWait.isCompleted) responseWait.complete();
|
if (!responseWait.isCompleted) responseWait.complete();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: libac_dart
|
name: libac_dart
|
||||||
description: "Aria's Creations code library"
|
description: "Aria's Creations code library"
|
||||||
version: 1.2.082924+1447
|
version: 1.2.082924+1513
|
||||||
homepage: "https://zontreck.com"
|
homepage: "https://zontreck.com"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue