create manage-view, update message zulip

This commit is contained in:
joseph le 2023-08-30 16:18:49 +07:00
parent e15604b2f0
commit 04fa5ec791
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ export async function runtimeCheckLogs(folderPath) {
.readFileSync(filePath)
.toString()
?.split("\n");
console.log(file)
if (logsDetect[0].length > 10) {
spoiler = spoiler + "```spoiler ..."+ (logsDetect[0].length - 5) +" more items\n" + content