update runtimeCheckLog

This commit is contained in:
joseph le 2023-09-21 13:04:00 +07:00
parent e7013d7358
commit a70c1f24ef
1 changed files with 1 additions and 1 deletions

View File

@ -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 =