Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
maxRetries
option to fs.rm
to mitigate EPERM
errors on Windows
- When using the `--save-bundle` and `--clean-dir` CLI arguments, we can get intermittent `EPERM` errors on Windows. Passing in the `maxRetries` option to `fs.rm` and `fs.rmdir` functions seems to resolve this issue.
- Loading branch information