cli icon indicating copy to clipboard operation
cli copied to clipboard

acc: Skip utf-8 check for main output file

Open denik opened this issue 8 months ago • 0 comments

Why

This check originally was added to prevent printing large binary files (e.g. zip files). However, "bundle deploy --debug" can output binary data as well (request and response bodies), causing test failure and not showing the contents, preventing debugging.

denik avatar May 01 '25 14:05 denik