diff --git a/development/metamaskbot-build-announce.js b/development/metamaskbot-build-announce.js index 969a2cbfad05..2897a3eca4e3 100755 --- a/development/metamaskbot-build-announce.js +++ b/development/metamaskbot-build-announce.js @@ -133,13 +133,16 @@ async function start() { for (const fileRoot of fileRoots) { let fileIndex = 0; let url = `${BUILD_LINK_BASE}${sourceMapRoot}${fileRoot}-${fileIndex}.html`; + console.log(`Verifying ${url}`); while (await artifactExists(url)) { const link = `${fileIndex}`; bundles[fileRoot].push(link); fileIndex += 1; url = `${BUILD_LINK_BASE}${sourceMapRoot}${fileRoot}-${fileIndex}.html`; + console.log(`Verifying ${url}`); } + console.log(`Not found: ${url}`); } const bundleMarkup = `