Improve datasource creation resilience to missing cache

This commit is contained in:
Charles Bochet
2024-07-27 11:35:47 +02:00
parent 0349d02ede
commit 5a1835e9e0
3 changed files with 49 additions and 35 deletions

View File

@ -634,7 +634,7 @@ export class WorkspaceRepository<
);
throw new Error(
`Object metadata for object "${objectMetadataName}" is missing` +
`Object metadata for object "${objectMetadataName}" is missing ` +
`in workspace "${this.internalContext.workspaceId}" ` +
`with object metadata collection length: ${objectMetadataCollection?.length}`,
);