add log
This commit is contained in:
@@ -231,6 +231,7 @@ async function checkTableImages(table: Table) {
|
|||||||
const f = Bun.file(path);
|
const f = Bun.file(path);
|
||||||
const exists = await f.exists();
|
const exists = await f.exists();
|
||||||
if (!exists){
|
if (!exists){
|
||||||
|
console.log(element.title);
|
||||||
await downloadImage(element, table);
|
await downloadImage(element, table);
|
||||||
await delay(1000);
|
await delay(1000);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user