style: change precision of progress bars (#37)
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/37
This commit is contained in:
parent
1ece0ecb16
commit
ab20221754
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