mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 00:31:17 +01:00
Switch to pnpm (#162)
* fix: metadata provider log * feat: fully switch to pnpm * ci: prettier ignore pnpm lock * chore: dedupe lockfile * chore: update pnpm
This commit is contained in:
@@ -306,7 +306,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) {
|
||||
|
||||
Reference in New Issue
Block a user