This commit is contained in:
Lemuel Marquez
2021-01-18 15:14:42 -06:00
parent 64bd4ed740
commit b6efece6a5
+2 -2
View File
@@ -332,8 +332,8 @@ const carpetasRepetidas = async () => {
}
if (aux.length > 1) repetidas.push(aux);
}
console.log(carpetas.length);
console.log(carpetas);
// console.log(carpetas.length);
// console.log(carpetas);
console.log(repetidas.length);
console.log(repetidas);
};