forked from NationTech/harmony
		
	log(composer): Log check_path_str value when error
This commit is contained in:
		
							parent
							
								
									6bf10b093c
								
							
						
					
					
						commit
						d9959378a6
					
				| @ -98,7 +98,9 @@ async fn main() { | |||||||
|                     .expect("couldn't check if path exists") |                     .expect("couldn't check if path exists") | ||||||
|                 { |                 { | ||||||
|                     true => (), |                     true => (), | ||||||
|                     false => todo!("implement couldn't find path logic"), |                     false => todo!( | ||||||
|  |                         "path {check_script_str} not found. Other paths currently unsupported." | ||||||
|  |                     ), | ||||||
|                 }; |                 }; | ||||||
| 
 | 
 | ||||||
|                 let check_output = Command::new(check_script) |                 let check_output = Command::new(check_script) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user