devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
354 stars 44 forks source link

fix: Improve directory deletion on Windows #417

Closed yangbobo2021 closed 1 month ago

yangbobo2021 commented 1 month ago

This PR improves directory deletion on Windows by implementing a custom rmtree function to handle Windows-specific deletion errors. The changes include:

These changes should resolve issues related to directory deletion on Windows systems and improve overall reliability of the deletion process.