liyongli 20 ore fa
parent
commit
f34fa5ba27
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      saveOSSAGitte.js

+ 4 - 2
saveOSSAGitte.js

@@ -24,8 +24,10 @@ class saveOssGitte {
       bucket: "smcic-index",
     });
     this.execFun();
-    if (!NewFiles) this.delDir();
-    else this.delOneDir(NewFiles);
+    // if (!NewFiles) this.delDir();
+    // else this.delOneDir(NewFiles);
+
+    this.delDir()
   }
 
   /**