Closed dinhphieu closed 2 weeks ago
Resolves https://github.com/flxbl-io/sfp/issues/128 @azlam-abdulsalam
After some investigation, I found that the issue only occurs on Windows because unlink and rmdir operations are not atomic there
Refs: https://github.com/isaacs/rimraf/issues/102#issuecomment-207715075 https://www.npmjs.com/package/rimraf (rimraf.windows and rimraf.moveRemove sections) https://superuser.com/a/1796069
Thanks @dinhphieu
Checklist
All items have to be completed before a PR is merged