This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Description
🐛 Describe the bug
When a successful minification happens, I would expect the last line of my script before it aborts to be the next steps to use the minifier. However, instead, the minifier output is logged via warning, and then we raise an exception saying accuracy failed, so you have a huge backtrace between you and the minifier output. The minifier file path should be included in the exception text.
Error logs
No response
Minified repro
No response