mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-10 13:04:43 +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