update runtimeCheckLog

This commit is contained in:
joseph le 2023-09-21 12:29:39 +07:00
parent 2a8a3524de
commit 4aa41c7b0d
1 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ export async function runtimeCheckLogs(folderPath) {
let logsDetect = allReport?.filter(
(i) => i.$original.id_file === fileDetect?.id_ldf
);
console.log(logsDetect)
// await Database.rawQuery(
// "select * from log_reports where id_file = " +
// fileDetect?.id_ldf
@ -219,7 +219,7 @@ export async function runtimeCheckLogs(folderPath) {
let listReport = await getListLineByItem(
logsDetect.filter((l) => l.$original.line > lastLine)
);
console.log(listReport)
let content =
"| |Last updated at | Item/error | Line | Report \n|---|:---:|:---|:---|:-----------:\n";
let spoiler = "";