change runtimeCheckLog

This commit is contained in:
joseph le 2023-10-04 08:10:32 +07:00
parent c88f3b2354
commit b67c3a3580
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export async function runtimeCheckLogs(folderPath) {
// Watch for changes in the files listed
async function watchFilesInList() {
//only check new file ---> fileList - fileList_old = new file
await fileList
await fileList.slice(0,20)
?.filter((i) => fileList_old.includes(i) === false)
?.forEach((fileName) => {
//path file