Quick-fix: changed ";" to ","

This commit is contained in:
Paulin Jorys 2017-07-12 11:31:06 +02:00
parent d5db081e7d
commit 079126360d

View File

@ -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;