Add useSlowFileEvents

This commit is contained in:
Andras Schmelczer 2025-03-15 18:01:33 +00:00
parent d5112a7d0f
commit 78e1372483
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 87 additions and 41 deletions

View file

@ -158,7 +158,7 @@ export class UnrestrictedSyncer {
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
if (document.metadata === undefined) {
throw new Error(
`Document ${document.relativePath} no longer has metadata after updating it`
`Document ${document.relativePath} no longer has metadata after updating it, this cannot happen`
);
}