Fix crash
This commit is contained in:
parent
b6fa0bbf47
commit
652add6199
1 changed files with 3 additions and 3 deletions
|
|
@ -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]!"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue