mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
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
|
||||
results.forEach((result) => {
|
||||
if (result.status === 'rejected') {
|
||||
console.error(result);
|
||||
alert(result.reason || `Attachment #${i} failed`);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue