create manage-view, update message zulip
This commit is contained in:
parent
cce4a0c9b9
commit
0aa445960e
|
|
@ -159,7 +159,7 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
"**|" +
|
||||
log.line +
|
||||
"|" +
|
||||
log.detected_content + "|"+ file[log.line] +
|
||||
log.detected_content + "|"+ file[log.line-1] +
|
||||
"|[View](https://logs.danielvu.com/api/log/showLog/" +
|
||||
fileName +
|
||||
")\n";
|
||||
|
|
@ -177,7 +177,7 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
"**|" +
|
||||
log.line +
|
||||
"|" +
|
||||
log.detected_content + "|"+ file[log.line] +
|
||||
log.detected_content + "|"+ file[log.line-1] +
|
||||
"|[View](https://logs.danielvu.com/api/log/showLog/" +
|
||||
fileName +
|
||||
")\n";
|
||||
|
|
@ -195,7 +195,7 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
"**|" +
|
||||
log.line +
|
||||
"|" +
|
||||
log.detected_content + "|"+ file[log.line] +
|
||||
log.detected_content + "|"+ file[log.line-1] +
|
||||
"|[View](https://logs.danielvu.com/api/log/showLog/" +
|
||||
fileName +
|
||||
")\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue