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