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