mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-16 16:16:44 +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()
|
||||
]);
|
||||
}, 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);
|
||||
return;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user