Skip to content

Commit e7f825b

Browse files
committed
another new error
1 parent adef50e commit e7f825b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

server.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ wss.on("connection", function connection(ws) {
201201
// res.send("Hello World!");
202202
// });
203203

204-
wss.listen(PORT, () => {
205-
console.log("Listening to port PORT");
206-
});
204+
// wss.listen(PORT, () => {
205+
// console.log("Listening to port PORT");
206+
// });
207207

208208
function hostExists(name) {
209209
for (let i = 0; i < hostList.length; i += 1) {

0 commit comments

Comments
 (0)