Skip to content

Commit

Permalink
* Return error if there is one from memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimatezen committed Oct 3, 2012
1 parent 8ead48c commit 58f727e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -205,7 +205,7 @@ MemcachedTransaction.prototype._exec = function (op, cb) {
console.error(JSON.stringify(err));
}

return cb();
return cb(err);
}

switch (op.type) {
Expand Down

0 comments on commit 58f727e

Please sign in to comment.