From 27925c48b094b42696932d09c996b1139353b4ee Mon Sep 17 00:00:00 2001 From: openbuilds-engineer Date: Fri, 28 Sep 2018 17:37:03 +0200 Subject: [PATCH] Fix for Troubleshooting --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 88a99b4..a6cb85b 100644 --- a/index.js +++ b/index.js @@ -870,7 +870,7 @@ io.on("connection", function(socket) { } else { if (data.indexOf("<") != 0) { var output = { - 'command': "none", + 'command': "", 'response': data } io.sockets.emit('data', output);