File tree 2 files changed +7
-3
lines changed
src/backend/storeManagers/hyperplay
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hyperplay" ,
3
- "version" : " 0.16.0 " ,
3
+ "version" : " 0.16.1 " ,
4
4
"private" : true ,
5
5
"main" : " build/main/main.js" ,
6
6
"homepage" : " ./" ,
Original file line number Diff line number Diff line change @@ -206,10 +206,14 @@ export async function listUpdateableGames(): Promise<string[]> {
206
206
207
207
if ( val . channels && val . install . channelName && val . install . platform ) {
208
208
if ( ! Object . hasOwn ( val . channels , val . install . channelName ) ) {
209
- console . error ( `
209
+ logError (
210
+ `
210
211
Cannot find installed channel name in channels.
211
212
The channel name may have been changed by the remote.
212
- To continue to receive game updates, uninstall and reinstall this game: ${ val . title } ` )
213
+ To continue to receive game updates, uninstall and reinstall this game: ${ val . title } ` ,
214
+ LogPrefix . HyperPlay
215
+ )
216
+ return
213
217
}
214
218
if (
215
219
// games installed before 0.5.0 used gameInfo.version for install.version
You can’t perform that action at this time.
0 commit comments