From 44f95d4e177e73d7ba2ab41fdbac01bde9c72b22 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Fri, 20 Dec 2024 15:23:20 -0330 Subject: [PATCH] Add debug logs --- development/metamaskbot-build-announce.js | 3 +++ 1 file changed, 3 insertions(+) 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 = `