Fix crash

This commit is contained in:
dazedanon 2025-05-26 18:25:04 -05:00
parent b6fa0bbf47
commit 652add6199

View file

@ -16538,7 +16538,7 @@
"code": 655,
"indent": 1,
"parameters": [
"let totalLength = 30;"
"let totalLength = 90;"
]
},
{
@ -16552,7 +16552,7 @@
"code": 655,
"indent": 1,
"parameters": [
"let paddedName = ' '.repeat(padding) + name;"
"let paddedName = ''.repeat(padding) + name;"
]
},
{
@ -16583,7 +16583,7 @@
"code": 401,
"indent": 1,
"parameters": [
"\\v[64] has mastered the contents of \\c[6] \\v[61]\\c[0]!"
"\\v[64] has mastered the contents of\n\\c[6]\\v[61]\\c[0]!"
]
},
{