diff --git a/matrix-util.js b/matrix-util.js index 76a5046..92213ba 100644 --- a/matrix-util.js +++ b/matrix-util.js @@ -140,6 +140,7 @@ MatrixUtil.prototype._updateLastResponseTime = function(partner) { } catch(e) { logger.warn('Exception when preparing updateLastResponseTime', {err: e}); + return; } try { @@ -152,6 +153,7 @@ MatrixUtil.prototype._updateLastResponseTime = function(partner) { } catch(e) { logger.warn('Exception when checking if last_incoming > last_outgoing', {err: e}); + return; }