fix(core): logger (#7289)

This commit is contained in:
forehalo
2024-06-20 12:11:22 +00:00
parent dbd678cc31
commit a557fd3277

View File

@@ -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);
}
}
}