mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
chore: warn when metadata fails
This commit is contained in:
@ -86,6 +86,7 @@ export class MetadataHandler {
|
||||
);
|
||||
resolve(mappedResults);
|
||||
} catch (e) {
|
||||
console.warn(e);
|
||||
reject(e);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user