mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-21 16:26:58 +08:00
feat(core): replace onboarding template (#11768)
This commit is contained in:
@@ -246,7 +246,7 @@ export class SocketConnection extends AutoReconnectConnection<{
|
||||
}),
|
||||
new Promise<void>((_resolve, reject) => {
|
||||
signal?.addEventListener('abort', () => {
|
||||
reject(new Error('Aborted'));
|
||||
reject(signal.reason);
|
||||
});
|
||||
}),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user