change format file

This commit is contained in:
joseph le 2023-09-11 09:52:01 +07:00
parent 6d5fac3008
commit 4ad84761ce
1 changed files with 3 additions and 2 deletions

View File

@ -106,9 +106,10 @@ Route.get("/api/log/showLog/:name?", async ({ request, response }) => {
});
});
listLine.map((u) => {
// if (listExcludeErr.filter((err) => data[u - 1].includes(err)).length === 0) {
if (listExcludeErr.filter((err) => data[u - 1].includes(err)).length === 0) {
console.log(data[u - 1])
detectedLines.push(data[u - 1]);
// }
}
});
// console.log(data)
response.send(