mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
Fix typo in error path
This commit is contained in:
parent
07f9e7e576
commit
6c47627f85
@ -715,7 +715,7 @@ function startGame(host, appID) {
|
|||||||
$root.find('sessionUrl0').text().trim()
|
$root.find('sessionUrl0').text().trim()
|
||||||
]);
|
]);
|
||||||
}, function(failedResumeApp) {
|
}, function(failedResumeApp) {
|
||||||
console.eror('%c[index.js, startGame]', 'color:green;', 'Failed to resume the app! Returned error was' + failedResumeApp);
|
console.error('%c[index.js, startGame]', 'color:green;', 'Failed to resume the app! Returned error was' + failedResumeApp);
|
||||||
showApps(host);
|
showApps(host);
|
||||||
return;
|
return;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user