Add useSlowFileEvents
This commit is contained in:
parent
d5112a7d0f
commit
78e1372483
4 changed files with 87 additions and 41 deletions
|
|
@ -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`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue