change runtimeCheckLog

This commit is contained in:
joseph le 2023-10-04 08:33:41 +07:00
parent e020f1a109
commit d73664d77f
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ export async function runtimeCheckLogs(folderPath) {
?.filter((i) => fileList_old.includes(i) === false)
.map((file) => folderPath + "/" + file)
);
watcher.setMaxListeners(200);
await fileList
?.filter((i) => fileList_old.includes(i) === false)
?.forEach((fileName) => {