feat: adding healthcheck

This commit is contained in:
Chubby Granny Chaser
2024-06-27 18:46:59 +01:00
parent ccaea88a88
commit 7cd121cb80
4 changed files with 37 additions and 17 deletions

View File

@@ -45,10 +45,6 @@ const deleteGameFolder = async (
reject();
}
const aria2ControlFilePath = `${folderPath}.aria2`;
if (fs.existsSync(aria2ControlFilePath))
fs.rmSync(aria2ControlFilePath);
resolve();
}
);