update runtimeCheckLog
This commit is contained in:
parent
e087bbe66b
commit
21246cb20a
|
|
@ -149,7 +149,7 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
logsDetect[0][0].line +
|
||||
"|" +
|
||||
logsDetect[0][0].created_at +
|
||||
"|[View](https://auto.danielvu.com/api/log?name=" +
|
||||
"|[View](https://logs.danielvu.com/api/log/showLog/" +
|
||||
fileName +
|
||||
")\n|...|**...**|...|...|...\n";
|
||||
logsDetect[0]
|
||||
|
|
@ -165,7 +165,7 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
log.line +
|
||||
"|" +
|
||||
log.created_at +
|
||||
"|[View](https://auto.danielvu.com/api/log?name=" +
|
||||
"|[View](https://logs.danielvu.com/api/log/showLog/" +
|
||||
fileName +
|
||||
")\n";
|
||||
});
|
||||
|
|
@ -181,7 +181,7 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
log.line +
|
||||
"|" +
|
||||
log.created_at +
|
||||
"|[View](https://auto.danielvu.com/api/log?name=" +
|
||||
"|[View](https://logs.danielvu.com/api/log/showLog/" +
|
||||
fileName +
|
||||
")\n";
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue