mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 23:21:47 +01:00
Merge pull request #2272 from justinr1234/patch-1
Don't swallow email errors
This commit is contained in:
commit
af2fb5f399
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ RulesHelper = {
|
|||
emailMsg,
|
||||
});
|
||||
} catch (e) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(e);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue