change runtimeCheckLog
This commit is contained in:
parent
e020f1a109
commit
d73664d77f
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue