From 391d6952bf239e054607bde11b5c0614109fefd1 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 3 Apr 2018 12:52:21 +0200 Subject: [PATCH] Fixed on input event handler --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f0503b4..b4a84d7 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ function onConnection(socket){ } } } - } + }); } io.on('connection', onConnection);