mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing sonar issues
This commit is contained in:
parent
4c5c602775
commit
bfd54d5a3a
5 changed files with 20 additions and 22 deletions
|
@ -34,7 +34,7 @@ const openGameInstaller = async (
|
|||
|
||||
const gamePath = path.join(
|
||||
download.downloadPath ?? (await getDownloadsPath()),
|
||||
download.folderName!
|
||||
download.folderName
|
||||
);
|
||||
|
||||
if (!fs.existsSync(gamePath)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue