fix(core): do not retry all errors
This commit is contained in:
parent
4209aebe80
commit
520bcadbf8
1 changed files with 2 additions and 0 deletions
|
@ -888,6 +888,8 @@ export class NetworkManager {
|
||||||
await this._exportAuthTo(manager)
|
await this._exportAuthTo(manager)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
return lastError!
|
return lastError!
|
||||||
|
|
Loading…
Reference in a new issue