update runtimeCheckLog

This commit is contained in:
joseph le 2023-09-21 12:15:34 +07:00
parent 567fa61759
commit fb3d1aa74d
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.line > lastLine)
logsDetect.filter((l) => l.line > lastLine)
);
let content =