diff options
Diffstat (limited to 'load_spreadsheet.js')
| -rw-r--r-- | load_spreadsheet.js | 3 |
1 files changed, 3 insertions, 0 deletions
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]) { |
