some style improvement
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/smartfile.fs.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/smartfile.fs.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -329,7 +329,7 @@ export let listFileTree = (dirPathArg: string, miniMatchFilter: string): plugins | ||||
|  | ||||
|     // handle absolute miniMatchFilter | ||||
|     let dirPath: string | ||||
|     if(plugins.path.isAbsolute(miniMatchFilter)){ | ||||
|     if (plugins.path.isAbsolute(miniMatchFilter)) { | ||||
|         dirPath = '/' | ||||
|     } else { | ||||
|         dirPath = dirPathArg | ||||
|   | ||||
		Reference in New Issue
	
	Block a user