Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 committed Feb 4, 2025
1 parent bd1f808 commit dd7a621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate_bundle_stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function compareSizes(prData, mainData, dependencies) {
const diff = prSize - mainSize

let percentChange = "N/A"

if (prSize === 0 && mainSize > 0) {
percentChange = "Removed"
} else if (mainSize !== 0) {
Expand Down

0 comments on commit dd7a621

Please sign in to comment.