(js) Catch some exceptions to avoid console errors

This commit is contained in:
Francis Lachapelle
2017-12-19 09:53:48 -05:00
parent 37074086cf
commit 60bbe26289
5 changed files with 17 additions and 1 deletions
@@ -148,6 +148,8 @@
}).then(function() {
vm.preferences.defaults.AuxiliaryMailAccounts[index] = account;
form.$setDirty();
}, function() {
// Cancel
});
};