From e10477e1f16577b9c0d0bc0740d297330a47a740 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Fri, 20 Dec 2024 16:46:19 -0330 Subject: [PATCH] Initialize bundle entries --- development/metamaskbot-build-announce.js | 1 + 1 file changed, 1 insertion(+) diff --git a/development/metamaskbot-build-announce.js b/development/metamaskbot-build-announce.js index 33f84610f8e4..d449c8ce7259 100755 --- a/development/metamaskbot-build-announce.js +++ b/development/metamaskbot-build-announce.js @@ -133,6 +133,7 @@ async function start() { ]; for (const fileRoot of fileRoots) { + bundles[fileRoot] = []; let fileIndex = 0; let url = `${BUILD_LINK_BASE}${sourceMapRoot}${fileRoot}-${fileIndex}.html`; console.log(`Verifying ${url}`);