forked from bonsai/harakit
		
	fop(1): closure fix
This commit is contained in:
		
							parent
							
								
									f8e3013563
								
							
						
					
					
						commit
						4c663bf9dd
					
				| @ -93,7 +93,7 @@ fn main() { | ||||
| 		drop(child_stdin); | ||||
| 	} | ||||
| 
 | ||||
| 	let output = spawned.wait_with_output().unwrap_or_else(|| { | ||||
| 	let output = spawned.wait_with_output().unwrap_or_else(|_| { | ||||
| 		eprintln!("{}: {}: Command has no output.", | ||||
| 			argv[0], | ||||
| 			argv[command_arg] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user