1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-12-26 02:40:10 +00:00

change error update connections to warn console

This commit is contained in:
gusaul 2019-03-14 09:11:18 +07:00
parent fbc2dc74da
commit 0b2c370eca

View File

@ -235,7 +235,9 @@ function applyConnCount() {
});
refreshToolTip();
},
error: err,
error: function (_, _, thrownError) {
console.warn("Failed to update active connections", thrownError)
},
});
}