Update warn message
This commit is contained in:
		
							parent
							
								
									966408f26f
								
							
						
					
					
						commit
						1be6282838
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -17,6 +17,6 @@ function checkDependency(serviceName: string, command: string, transform: (x: st
 | 
			
		|||
	if (x.code === code.success) {
 | 
			
		||||
		log('Info', `${serviceName} ${transform(x.stdout)}`, 'Deps');
 | 
			
		||||
	} else if (x.code === code.notFound) {
 | 
			
		||||
		log('Warn', `Unable to find ${serviceName}`);
 | 
			
		||||
		log('Warn', `${serviceName} not found`);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue