diff --git a/utils/file.js b/utils/file.js index 6f08e2b..382d282 100644 --- a/utils/file.js +++ b/utils/file.js @@ -57,7 +57,6 @@ async function deleteFolderRecursive(folderPath) { }); await Promise.allSettled(actions); - await fs.promises.rmdir(folderPath); return files.length; } catch (error) { logger.error(error);