Update: 2026-06-23 18:12:45
This commit is contained in:
@@ -40,7 +40,7 @@ class GetQueue {
|
||||
var item = _queue.removeAt(0);
|
||||
try {
|
||||
item.completer.complete(await item.job());
|
||||
} on Exception catch (e) {
|
||||
} catch (e) {
|
||||
item.completer.completeError(e);
|
||||
}
|
||||
_active = false;
|
||||
|
||||
Reference in New Issue
Block a user