Merge pull request #772 from Abebw/master

Ignored Error
This commit is contained in:
Raymond Feng 2015-11-26 09:28:50 -08:00
commit e1f20ee3ea
1 changed files with 1 additions and 0 deletions

View File

@ -2449,6 +2449,7 @@ DataAccessObject.prototype.updateAttributes = function updateAttributes(data, op
context.data = typedData;
function updateAttributesCallback(err) {
if (err) return cb(err);
var ctx = {
Model: Model,
data: context.data,