Merge branch 'develop' into feature/quasar

This commit is contained in:
Book Pauk
2020-02-14 11:51:50 +07:00

View File

@@ -100,7 +100,7 @@ function getEncodingLite(buf, returnAll) {
} }
function checkIfText(buf) { function checkIfText(buf) {
const enc = getEncoding(buf, true); const enc = getEncodingLite(buf, true);
if (enc[0].c > enc[0].totalChecked*0.9) if (enc[0].c > enc[0].totalChecked*0.9)
return true; return true;