We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f45747 commit 307053aCopy full SHA for 307053a
src/core/resources/resource-resolver.service.ts
@@ -101,7 +101,7 @@ export class ResourceResolver {
101
discovered.filter((f) => f.meta.types.has(type)),
102
);
103
if (!filtered) {
104
- throw new ServerException(`Could find resolver for type: ${type}`);
+ throw new ServerException(`Could not find resolver for type: ${type}`);
105
}
106
if (filtered.length > 1) {
107
this.logger.warning(`Found more than one resolver for ${type}`);
0 commit comments