From 48374c440e344745ecbf96a3e2803fdc2bf35626 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 21 Sep 2021 15:24:38 +0200 Subject: font and sky and such --- load_spreadsheet.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'load_spreadsheet.js') diff --git a/load_spreadsheet.js b/load_spreadsheet.js index acfdd35..1d4539f 100644 --- a/load_spreadsheet.js +++ b/load_spreadsheet.js @@ -60,6 +60,9 @@ async function main() { // if there is a corresponding record in the data store, accumulate it if (String(index + 1) in dataStore) { await loadFiles(dataStore[index + 1], record); + if (!record.images.length) { + console.log(`/!\\ No images: ${dataStore[index + 1]} // ${row.Title}`); + } } // if we haven't seen this ID before, append it if (!pageById[index]) { -- cgit v1.2.3-70-g09d2