update send report
This commit is contained in:
parent
7dfa2c3c88
commit
2f2b858b87
|
|
@ -208,7 +208,7 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
"|**" +
|
||||
moment(Date.now()).format("HH:mm - DD/MM") +
|
||||
"**|" +
|
||||
log.line.join(", ") +
|
||||
log.line.sort((a, b) => a > b).join(", ") +
|
||||
"|" +
|
||||
log.detected_content +
|
||||
// "|" +
|
||||
|
|
|
|||
Loading…
Reference in New Issue