Merge branch 'develop' into redistributable

This commit is contained in:
DecDuck
2025-09-06 18:32:09 +10:00
12 changed files with 368 additions and 9761 deletions

View File

@ -299,7 +299,7 @@ export class MetadataHandler {
result = await provider.fetchCompany({ query, createObject });
if (result === undefined) {
throw new Error(
`${provider.source()} failed to find a company for "${query}`,
`${provider.source()} failed to find a company for "${query}"`,
);
}
} catch (e) {