add topic AUS_VN_Test-Test Log Alerts to send mess

This commit is contained in:
joseph le 2023-09-06 08:15:48 +07:00
parent 3a6a66c270
commit 011a001331
1 changed files with 12 additions and 0 deletions

View File

@ -230,6 +230,18 @@ export async function runtimeCheckLogs(folderPath) {
"\n\n" +
spoiler
);
sendMessToZulip(
"stream",
"AUS_VN_Test",
"Test Log Alerts",
":warning: :warning: **" +
fileName +
"**\n\n" +
content +
"\n\n" +
spoiler
);
// }, 3000);
}
}, 3000);