Don't swallow email errors

Fixes #2246
This commit is contained in:
justinr1234 2019-03-18 23:06:18 -05:00 committed by GitHub
parent bf3ec060f7
commit ec30665bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,7 @@ RulesHelper = {
emailMsg,
});
} catch (e) {
console.error(e);
return;
}
}