fix(core): do not retry all errors

This commit is contained in:
alina 🌸 2024-07-07 21:01:04 +03:00
parent 4209aebe80
commit 520bcadbf8
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -888,6 +888,8 @@ export class NetworkManager {
await this._exportAuthTo(manager) await this._exportAuthTo(manager)
continue continue
} }
return res
} }
return lastError! return lastError!