From 4667563094e18d62e7db5cba5d19b082de78fdcb Mon Sep 17 00:00:00 2001 From: Timo Reichl Date: Sun, 30 Mar 2025 14:53:08 +0200 Subject: [PATCH] TEST --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index f7938c5..f92d6e4 100644 --- a/index.js +++ b/index.js @@ -34,6 +34,7 @@ wss.on("connection", function connection(ws) { ws.on("message", function message(data, isBinary) { console.log("received a new message"); + console.log("test"); try { let message = JSON.parse(data);