diff --git a/index/js/style.js b/index/js/style.js index 85b01b2..e63a7ad 100644 --- a/index/js/style.js +++ b/index/js/style.js @@ -235,7 +235,9 @@ function applyConnCount() { }); refreshToolTip(); }, - error: err, + error: function (_, _, thrownError) { + console.warn("Failed to update active connections", thrownError) + }, }); }