update runtimeCheckLog
This commit is contained in:
parent
e7013d7358
commit
a70c1f24ef
|
|
@ -217,7 +217,7 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
|
||||
//Get all report newest
|
||||
let listReport = await getListLineByItem(
|
||||
logsDetect[0].filter((l) => l.$original.line > lastLine)
|
||||
logsDetect.filter((l) => l.$original.line > lastLine)
|
||||
);
|
||||
console.log(listReport)
|
||||
let content =
|
||||
|
|
|
|||
Loading…
Reference in New Issue