change format file
This commit is contained in:
parent
48a261b9d9
commit
c81cca57e5
|
|
@ -104,7 +104,7 @@ Route.get("/api/log/showLog/:name?", async ({ request, response }) => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
listLine.map((u) => {
|
listLine.map((u) => {
|
||||||
if (listExcludeErr.filter((err) => u.includes(err)).length === 0) {
|
if (listExcludeErr.filter((err) => data[u - 1].includes(err)).length === 0) {
|
||||||
detectedLines.push(data[u - 1]);
|
detectedLines.push(data[u - 1]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue