No need to abort eagerly
This commit is contained in:
parent
5d09e6b601
commit
fabe447439
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ class SyncService {
|
|||
futures.add(future);
|
||||
}
|
||||
try {
|
||||
await Future.wait(futures, eagerError: true);
|
||||
await Future.wait(futures);
|
||||
} on InvalidFileError {
|
||||
// Do nothing
|
||||
} catch (e, s) {
|
||||
|
|
Loading…
Add table
Reference in a new issue