summaryrefslogtreecommitdiff
path: root/load_spreadsheet.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-09-21 15:24:38 +0200
committerJules Laplace <julescarbon@gmail.com>2021-09-21 15:24:38 +0200
commit48374c440e344745ecbf96a3e2803fdc2bf35626 (patch)
tree83351e625743b31e5d13d797b8687742637457ea /load_spreadsheet.js
parentb08b596b34a9f84248df294c7ee4f0c953e000a2 (diff)
font and sky and such
Diffstat (limited to 'load_spreadsheet.js')
-rw-r--r--load_spreadsheet.js3
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]) {