update runtimeCheckLog
This commit is contained in:
parent
2a8a3524de
commit
4aa41c7b0d
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue