Fix typo
This commit is contained in:
parent
79a96def5c
commit
67b85b8c4a
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ class FileUploader {
|
|||
try {
|
||||
return _uploadURLs.removeFirst();
|
||||
} catch (e) {
|
||||
if (e is StateError && e.message == 'No element' && _queue.isNotEmpty) {
|
||||
if (e is StateError && e.message == 'No element' && _queue.isEmpty) {
|
||||
_logger.warning("Oops, uploadUrls has no element now, fetching again");
|
||||
return _getUploadURL();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue