update highlight

This commit is contained in:
joseph le 2023-11-29 09:04:55 +07:00
parent 0027c2e55a
commit 62cbaed237
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ export default class LogsController {
data[index] = index + 1 + "|-|" + line;
if(checkSpecialVersion(line)!==""){
console.log(checkSpecialVersion(line))
data[index] =
data[index].slice(0, data[index].search(checkSpecialVersion(line))) +
"|-|" +