Update placeholder for empty message
| @@ -411,7 +411,7 @@ export async function getChatInfo(pathToFile, additionalData = {}, isGroup = fal | ||
| 411 | 411 | const jsonData = tryParse(lastLine); |
| 412 | 412 | if (jsonData && (jsonData.name || jsonData.character_name)) { |
| 413 | 413 | chatData.chat_items = isGroup ? itemCounter : (itemCounter - 1); |
| 414 | 414 | chatData.mes = jsonData['mes'] || '[The chatmessage is empty]'; |
| 415 | 415 | chatData.last_mes = jsonData['send_date'] || stats.mtimeMs; |
| 416 | 416 | |
| 417 | 417 | res(chatData); |