mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 09:59:55 +08:00
feat(nbstore): improve nbstore (#9512)
This commit is contained in:
@@ -92,6 +92,7 @@ export abstract class AutoReconnectConnection<T = any>
|
||||
})
|
||||
.catch(error => {
|
||||
if (!this.connectingAbort?.signal.aborted) {
|
||||
console.error('failed to connect', error);
|
||||
this.setStatus('error', error as any);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user