mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-06-17 22:32:06 +00:00
Quick-fix: changed ";" to ","
This commit is contained in:
+1
-1
@@ -552,7 +552,7 @@ function startGame(host, appID) {
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}, function (failedCurrentApp) {
|
}, 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;
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user