change format file
This commit is contained in:
parent
6d5fac3008
commit
4ad84761ce
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue