diff --git a/app/utils/runtimeCheckLogs.ts b/app/utils/runtimeCheckLogs.ts index 4bf88a4..3d44d33 100644 --- a/app/utils/runtimeCheckLogs.ts +++ b/app/utils/runtimeCheckLogs.ts @@ -268,15 +268,15 @@ export async function runtimeCheckLogs(folderPath) { } }, 3000); - // console.log(path + " change") + console.log(path + " change") }); - await fileList.slice(0,40) - ?.filter((i) => fileList_old.includes(i) === false) - ?.forEach((fileName) => { - //path file - const filePath = `${folderPath}/${fileName}`; + // await fileList.slice(0,40) + // ?.filter((i) => fileList_old.includes(i) === false) + // ?.forEach((fileName) => { + // //path file + // const filePath = `${folderPath}/${fileName}`; - }); + // }); } } catch (error) { console.log(error);