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); }, 3000);
// console.log(path + " change") console.log(path + " change")
}); });
await fileList.slice(0,40) // await fileList.slice(0,40)
?.filter((i) => fileList_old.includes(i) === false) // ?.filter((i) => fileList_old.includes(i) === false)
?.forEach((fileName) => { // ?.forEach((fileName) => {
//path file // //path file
const filePath = `${folderPath}/${fileName}`; // const filePath = `${folderPath}/${fileName}`;
}); // });
} }
} catch (error) { } catch (error) {
console.log(error); console.log(error);