Skip to content

Commit

Permalink
fix(core): logger
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo committed Jun 20, 2024
1 parent 1fdfa83 commit 9a8bf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/infra/src/sync/doc/local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 9a8bf8d

Please sign in to comment.