lslib icon indicating copy to clipboard operation
lslib copied to clipboard

LSJ: fields must be ordered?

Open wilhelmw201 opened this issue 2 years ago • 0 comments

So when investigating the error when converting lsj dialogs->lsf dialogs I found something else:

"TagText": {
"type": "TranslatedFSString",
"handle": "h85e7dba1gde65g4819g9ff8gb83dc41904c7",
"value": "",
"arguments": []
},

throws an exception regarding something that requires a string instance getting a null and

"TagText": {
"type": "TranslatedFSString",
"value": "",
"handle": "h85e7dba1gde65g4819g9ff8gb83dc41904c7",
"arguments": []
},

writes fine.

wilhelmw201 avatar Oct 01 '23 17:10 wilhelmw201