fix: fixing sonar issues

This commit is contained in:
Chubby Granny Chaser 2025-01-22 10:02:05 +00:00
parent 4c5c602775
commit bfd54d5a3a
No known key found for this signature in database
5 changed files with 20 additions and 22 deletions

View file

@ -34,7 +34,7 @@ const openGameInstaller = async (
const gamePath = path.join(
download.downloadPath ?? (await getDownloadsPath()),
download.folderName!
download.folderName
);
if (!fs.existsSync(gamePath)) {