create manage-view, update message zulip
This commit is contained in:
parent
e15604b2f0
commit
04fa5ec791
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue