Skip to content

Commit 641333b

Browse files
committed
to be safe
1 parent ff91ebb commit 641333b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/core/info.command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const format = (val: string | bigint | number) => {
8787
const format = Intl.NumberFormat("en-US", {
8888
maximumFractionDigits: 2,
8989
minimumFractionDigits: 0,
90+
style: "decimal",
9091
});
9192
return `\`${format.format(val)}\``;
9293
}

0 commit comments

Comments
 (0)