sebastien %!s(int64=6) %!d(string=hai) anos
pai
achega
70136346a2
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      Tools/Gulp/helpers/gulp-rmDir.js

+ 6 - 1
Tools/Gulp/helpers/gulp-rmDir.js

@@ -23,4 +23,9 @@ var rmDir = function(dirPath) {
     fs.rmdirSync(dirPath);
 }
 
-module.exports = rmDir;
+module.exports = function(dirPath) {
+    // Retry :-)
+    rmDir(dirPath);
+    rmDir(dirPath);
+    rmDir(dirPath);
+};