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 8a650cf commit e4d270cCopy full SHA for e4d270c
Framework/Backend/websocket/server.js
@@ -160,7 +160,7 @@ class WebSocket {
160
}, (response) => {
161
// 6. If generating response fails
162
client.send(JSON.stringify(response.json));
163
- this.log.errorMessage(`ID ${client.id} Processing request failed: ${response.message}`);
+ this.logger.errorMessage(`ID ${client.id} Processing request failed: ${response.message}`);
164
client.close(1008);
165
});
166
}, (failed) => {
0 commit comments