change runtimeCheckLog

This commit is contained in:
joseph le 2023-10-04 08:59:23 +07:00
parent 3b39ccc271
commit 1e255cf6d7
1 changed files with 7 additions and 7 deletions

View File

@ -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);