mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: dont set game as removed when deleting instalation folder
This commit is contained in:
parent
d6e57c20c7
commit
7ac7d92a28
5 changed files with 60 additions and 49 deletions
|
|
@ -30,6 +30,6 @@ export const getSteamAppDetails = async (
|
|||
})
|
||||
.catch((err) => {
|
||||
logger.error(err, { method: "getSteamAppDetails" });
|
||||
throw new Error(err);
|
||||
return null;
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue