mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
CODEBASE: Update webpack and katex (#1975)
This commit is contained in:
@@ -61,7 +61,9 @@ function getFormatter(
|
||||
formatList = digitFormats,
|
||||
options: Intl.NumberFormatOptions = {},
|
||||
): Intl.NumberFormat {
|
||||
if (formatList[fractionalDigits]) return formatList[fractionalDigits] as Intl.NumberFormat;
|
||||
if (formatList[fractionalDigits]) {
|
||||
return formatList[fractionalDigits];
|
||||
}
|
||||
return (formatList[fractionalDigits] = makeFormatter(fractionalDigits, options));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user