change precision
This commit is contained in:
parent
1ece0ecb16
commit
b85e1a7672
1 changed files with 1 additions and 1 deletions
|
@ -168,6 +168,6 @@ async (locales: Map<string, Map<string, string>>, default_lang: string) => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(`${lang} | ${color()}${blocks}\x1b[0m${blank} | ${percentage}%`);
|
console.log(`${lang} | ${color()}${blocks}\x1b[0m${blank} | ${percentage.toPrecision(3)}%`);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue