update highlight

This commit is contained in:
joseph le 2023-11-29 08:47:54 +07:00
parent 783ed9684b
commit aa7fde935b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export default class LogsController {
.map((obj) => obj.$original.value) .map((obj) => obj.$original.value)
.map(async (value) => { .map(async (value) => {
if ( if (
line.search(value) !== -1 && (line.search(value) !== -1 || checkSpecialVersion(line)!=="") &&
listExcludeErr.filter((err) => line.includes(err)).length === 0 listExcludeErr.filter((err) => line.includes(err)).length === 0
) { ) {
data[index] = data[index] =