Merge pull request #2272 from justinr1234/patch-1

Don't swallow email errors
This commit is contained in:
Lauri Ojansivu 2019-03-20 19:26:00 +02:00 committed by GitHub
commit af2fb5f399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,8 @@ RulesHelper = {
emailMsg,
});
} catch (e) {
// eslint-disable-next-line no-console
console.error(e);
return;
}
}