mirror of
https://github.com/thelounge/thelounge
synced 2024-11-15 08:47:16 +00:00
Do not rethrow exception if user file failed to write
This commit is contained in:
parent
6b5f6e3e79
commit
4b7a53c5e1
1 changed files with 0 additions and 2 deletions
|
@ -153,8 +153,6 @@ ClientManager.prototype.updateUser = function(name, opts, callback) {
|
|||
if (callback) {
|
||||
callback(e);
|
||||
}
|
||||
|
||||
throw e;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue