add component ShowLog

This commit is contained in:
joseph le 2023-09-13 07:26:45 +07:00
parent 3d3e3862be
commit 68123de87d
1 changed files with 11 additions and 11 deletions

View File

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