update runtimeCheckLog

This commit is contained in:
joseph le 2023-09-21 12:27:36 +07:00
parent fb3d1aa74d
commit 2a8a3524de
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.filter((l) => l.line > lastLine)
logsDetect.filter((l) => l.$original.line > lastLine)
);
let content =