mirror of
https://github.com/docmost/docmost.git
synced 2025-11-24 11:21:10 +10:00
fix: handle unhandled exceptions (#1116)
* Handle unhandled exceptions * cleanup
This commit is contained in:
@ -130,7 +130,7 @@ export class PersistenceExtension implements Extension {
|
||||
);
|
||||
this.contributors.delete(documentName);
|
||||
} catch (err) {
|
||||
this.logger.log('Contributors error:' + err?.['message']);
|
||||
this.logger.debug('Contributors error:' + err?.['message']);
|
||||
}
|
||||
|
||||
await this.pageRepo.updatePage(
|
||||
|
||||
Reference in New Issue
Block a user