Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jan 7, 2025
1 parent feb8014 commit f8229e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .builder/actions/crt_size_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ def run(self, env):

print(f"Total NPM package file size: {total_size} bytes")
if total_size > max_size:
raise Exception(f'NPM package exceeds size limit of {
max_size} bytes.')
raise Exception(f'NPM package exceeds size limit of {max_size} bytes.')

0 comments on commit f8229e9

Please sign in to comment.