Do not rethrow exception if user file failed to write
This commit is contained in:
parent
6b5f6e3e79
commit
4b7a53c5e1
@ -153,8 +153,6 @@ ClientManager.prototype.updateUser = function(name, opts, callback) {
|
||||
if (callback) {
|
||||
callback(e);
|
||||
}
|
||||
|
||||
throw e;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user