Debugging
This commit is contained in:
parent
bbec6f2de9
commit
3921f8a6f9
|
@ -554,6 +554,7 @@ function Compose({
|
|||
// Alert all the reasons
|
||||
results.forEach((result) => {
|
||||
if (result.status === 'rejected') {
|
||||
console.error(result);
|
||||
alert(result.reason || `Attachment #${i} failed`);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue