HarperFast / HarperFast/harper
Replace deprecated fs.rmdir calls with fs.rm
Open
area:ci
enhancement
from-jira
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 10
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 200
Description
fs.rmdir is deprecated in newer Node.js versions. Replace all usages with fs.rm (with recursive option) to avoid deprecation warnings.
🤖 Filed by Claude on behalf of Kris.
Contributor guide
Assessment
This issue has not been assessed yet.