We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adb8cb commit 69f0072Copy full SHA for 69f0072
lib/DebugApi.js
@@ -26,7 +26,7 @@ DebugApi.prototype.getClientState = function(server, user) {
26
if (!client) {
27
return "User " + user + " does not have a client on " + server.domain;
28
}
29
- return require("util").inspect(client, {colors:true, depth:null});
+ return require("util").inspect(client, {colors:true, depth:7});
30
};
31
32
DebugApi.prototype.killUser = function(userId, reason) {
0 commit comments