Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor deleteDirectoryRecursive function to correctly check if a pa…
…th is a directory. - Fix an issue where the code was not correctly checking if a path is a directory in the deleteDirectoryRecursive function. - Update the condition to use await fs.lstat(curPath).isDirectory() instead of (await fs.lstat(curPath)).isDirectory().
- Loading branch information