Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Master
-
None
-
Any cordova-medic setup on Windows.
-
Patch
Description
On Windows, sometimes the cleanup step fails because of some stray process briefly looking at a directory while the directory is being deleted.
Although medic uses shelljs's implementation of rm, it still fails sometimes. This should be fixed with more persistent cleanup code.