From aff5bfb8f7360d8717676b2945082ae36f952e7d Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Wed, 27 Jan 2021 10:54:20 -0800 Subject: [PATCH] Added ability to relay server commands --- agents/tinycore.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agents/tinycore.js b/agents/tinycore.js index f8dc5f21..a2b4a311 100644 --- a/agents/tinycore.js +++ b/agents/tinycore.js @@ -136,6 +136,10 @@ function handleServerCommand(data) } } } + else + { + console.log(JSON.stringify(data, null, 1)); + } } // Called when the server connection state changes