mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
MISC: Update migration instruction for breaking change of ns.nFormat (#2247)
This commit is contained in:
@@ -7,7 +7,7 @@ export const breakingChanges300: VersionBreakingChange = {
|
||||
brokenAPIs: [{ name: "ns.nFormat" }],
|
||||
info:
|
||||
"ns.nFormat() was removed.\n" +
|
||||
"Use ns.formatNumber, ns.formatRam, ns.formatPercent, or JS built-in objects/functions (e.g., Intl.NumberFormat, " +
|
||||
"Use ns.format.number, ns.format.ram, ns.format.percent, or JS built-in objects/functions (e.g., Intl.NumberFormat, " +
|
||||
"Intl.PluralRules, Intl.Locale) instead.",
|
||||
showWarning: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user