Compare commits

..

3 Commits

Author SHA1 Message Date
Book Pauk
53cb445dde Merge branch 'release/0.8.4-1' 2020-02-14 11:46:28 +07:00
Book Pauk
6e46947220 Исправлен баг 2020-02-14 11:44:39 +07:00
Book Pauk
da040e799c Merge tag '0.8.4' into develop
0.8.4
2020-02-06 21:55:56 +07:00

View File

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