change runtimeCheckLog
This commit is contained in:
		
							parent
							
								
									3b39ccc271
								
							
						
					
					
						commit
						1e255cf6d7
					
				| 
						 | 
					@ -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);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue