From f8229e9914e420204031ffeb88d846e94fdd7e33 Mon Sep 17 00:00:00 2001 From: Dengke Date: Tue, 7 Jan 2025 10:13:59 -0800 Subject: [PATCH] eh --- .builder/actions/crt_size_check.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.builder/actions/crt_size_check.py b/.builder/actions/crt_size_check.py index bd991e21..49c1d2c7 100644 --- a/.builder/actions/crt_size_check.py +++ b/.builder/actions/crt_size_check.py @@ -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.')