update highlight

This commit is contained in:
joseph le 2023-11-29 13:22:55 +07:00
parent 2fc2a0632a
commit 3dfdc7d4d5
1 changed files with 2 additions and 2 deletions

View File

@ -408,11 +408,11 @@ export async function runtimeCheckLogs(folderPath) {
let icon = ""
if (checkSpecialVersion(content) !== "" || important.filter((i) => content.includes(i)).length > 0) {
"------------\n\n:no_entry: :no_entry:**" +
icon += "------------\n\n:no_entry: :no_entry:**" +
fileName +
"**:no_entry: :no_entry:"
} else {
"------------\n\n:warning: :warning: **" + fileName + "**";
icon += "------------\n\n:warning: :warning: **" + fileName + "**";
}
sendMessToZulip(
"stream",