diff --git a/src/constants/files.ts b/src/constants/files.ts index edb8177..b073e95 100644 --- a/src/constants/files.ts +++ b/src/constants/files.ts @@ -154,3 +154,4 @@ export function isBinaryContent(buffer: Buffer): boolean { // If more than 10% non-printable, likely binary return nonPrintable / checkSize > 0.1 } +