Поправка дебаг-сообщений
This commit is contained in:
@@ -107,7 +107,7 @@ class WebSocketController {
|
|||||||
ws.send(message);
|
ws.send(message);
|
||||||
|
|
||||||
if (this.isDevelopment) {
|
if (this.isDevelopment) {
|
||||||
log(`WebSocket-OUT: ${message.substr(0, 4000)}`);
|
log(`WebSocket-OUT: ${message.substr(0, 200)}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user