From 079126360dd13387c889b3a5beabc407b84bda87 Mon Sep 17 00:00:00 2001 From: Paulin Jorys Date: Wed, 12 Jul 2017 11:31:06 +0200 Subject: [PATCH] Quick-fix: changed ";" to "," --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index f1e5412..abdbd2f 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -552,7 +552,7 @@ function startGame(host, appID) { return; }, function (failedCurrentApp) { - console.error('[index.js, startGame]','color: green;', 'Failed to get the current running app from host! Returned error was:' + failedCurrentApp, '\n Host object:', host; host.toString()); + console.error('[index.js, startGame]','color: green;', 'Failed to get the current running app from host! Returned error was:' + failedCurrentApp, '\n Host object:', host, host.toString()); return; }); return;