mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 08:41:17 +01: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