diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/upd8.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/upd8.js b/src/upd8.js index 1585fdd4..9ea78020 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -1483,6 +1483,8 @@ async function main() { }); } + const urls = generateURLs(urlSpec); + if (stepStatusSummary.buildSearchIndex.status === STATUS_NOT_STARTED) { Object.assign(stepStatusSummary.buildSearchIndex, { status: STATUS_STARTED_NOT_DONE, @@ -2007,8 +2009,6 @@ async function main() { timeEnd: Date.now(), }); - const urls = generateURLs(urlSpec); - let missingImagePaths; if (stepStatusSummary.verifyImagePaths.status === STATUS_NOT_APPLICABLE) { |