From b238af9d2fcd5f278cda74c5d9a89c2a243bfbb0 Mon Sep 17 00:00:00 2001 From: joseph le Date: Wed, 4 Oct 2023 09:39:21 +0700 Subject: [PATCH] change runtimeCheckLog --- app/utils/runtimeCheckLogs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/utils/runtimeCheckLogs.ts b/app/utils/runtimeCheckLogs.ts index ea5ebb1..49a4372 100644 --- a/app/utils/runtimeCheckLogs.ts +++ b/app/utils/runtimeCheckLogs.ts @@ -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