Skip to content

Commit

Permalink
Initialize bundle entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Dec 20, 2024
1 parent b4f5c85 commit 0bce5e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions development/metamaskbot-build-announce.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit 0bce5e0

Please sign in to comment.