mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
fix(core): logger (#7289)
This commit is contained in:
@@ -274,7 +274,7 @@ export class DocEngineLocalPart {
|
||||
try {
|
||||
applyUpdate(doc, update, DOC_ENGINE_ORIGIN);
|
||||
} catch (err) {
|
||||
logger;
|
||||
logger.error('failed to apply update yjs doc', err);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user