mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 01:33:56 +00:00
make sure the registed event for seachGames returns a Promise
This commit is contained in:
@@ -25,7 +25,7 @@ export const requestSteam250 = async (path: string) => {
|
||||
})
|
||||
.filter((game) => game != null);
|
||||
})
|
||||
.catch((_) => []);
|
||||
.catch((_) => [] as Steam250Game[]);
|
||||
};
|
||||
|
||||
const steam250Paths = [
|
||||
|
||||
Reference in New Issue
Block a user