LibJS: Make InvalidIndex detail the full range of allowed values

This commit is contained in:
Jess 2025-03-19 10:29:06 +13:00 committed by Jelle Raaijmakers
parent daca9f5995
commit 92d0cd3c7c
Notes: github-actions[bot] 2025-03-20 08:45:20 +00:00

View file

@ -77,7 +77,7 @@
M(InvalidEnumerationValue, "Invalid value '{}' for enumeration type '{}'") \
M(InvalidFractionDigits, "Fraction Digits must be an integer no less than 0, and no greater than 100") \
M(InvalidHint, "Invalid hint: \"{}\"") \
M(InvalidIndex, "Index must be a positive integer") \
M(InvalidIndex, "Index must be a positive integer no greater than 2^53-1") \
M(InvalidLeftHandAssignment, "Invalid left-hand side in assignment") \
M(InvalidLength, "Invalid {} length") \
M(InvalidNormalizationForm, "The normalization form must be one of NFC, NFD, NFKC, NFKD. Got '{}'") \