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