update highlight
This commit is contained in:
parent
783ed9684b
commit
aa7fde935b
|
|
@ -83,7 +83,7 @@ export default class LogsController {
|
|||
.map((obj) => obj.$original.value)
|
||||
.map(async (value) => {
|
||||
if (
|
||||
line.search(value) !== -1 &&
|
||||
(line.search(value) !== -1 || checkSpecialVersion(line)!=="") &&
|
||||
listExcludeErr.filter((err) => line.includes(err)).length === 0
|
||||
) {
|
||||
data[index] =
|
||||
|
|
|
|||
Loading…
Reference in New Issue