This commit is contained in:
Ross
2021-11-06 18:37:38 +00:00
parent dca8ab057a
commit 8f16893ff7
+2
View File
@@ -279,9 +279,11 @@
]);
}
console.log(current_files_tuple)
for (var i = 0; i < items.length; i++) {
f = await items[i].handle.getFile()
console.log("f", f)
if (!current_files_tuple.has([f.size, f.name, f
.lastModified
])) {