change runtimeCheckLog
This commit is contained in:
parent
3e7b60839e
commit
b238af9d2f
|
|
@ -153,6 +153,8 @@ export async function runtimeCheckLogs(folderPath) {
|
|||
.filter((i) => i.$original.key === "MODEL_SPECIAL")
|
||||
.map((obj) => obj.$original.value);
|
||||
|
||||
|
||||
console.log(contentFile.length)
|
||||
//Process file content
|
||||
contentFile.map((line, index) => {
|
||||
//check line the line with errors and exclude errors
|
||||
|
|
|
|||
Loading…
Reference in New Issue