n is not defined

This commit is contained in:
2019-04-27 00:34:37 +10:00
parent a78d70df77
commit f1b06afd44

View File

@@ -31,7 +31,6 @@ module.exports = {
}
});
console.log("Broadcasting to " + wss.clients.size + " clients")
n++;
}, 30000);
server.listen(8080);