mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: sonar adjustments
This commit is contained in:
parent
b74035979f
commit
ea90b49604
5 changed files with 6 additions and 6 deletions
|
@ -172,7 +172,7 @@ export class DownloadManager {
|
|||
if (!game) return;
|
||||
|
||||
const totalSize = await getDirSize(
|
||||
path.join(game.downloadPath!, status.folderName!)
|
||||
path.join(game.downloadPath!, status.folderName)
|
||||
);
|
||||
|
||||
if (totalSize < status.fileSize) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue