forked from libre-chip/fayalite
		
	always write formal cache json
This commit is contained in:
		
							parent
							
								
									c1f1a8b749
								
							
						
					
					
						commit
						3ea0d98924
					
				
					 1 changed files with 13 additions and 15 deletions
				
			
		|  | @ -653,7 +653,6 @@ impl FormalArgs { | ||||||
|                 self.sby.display() |                 self.sby.display() | ||||||
|             ))) |             ))) | ||||||
|         }; |         }; | ||||||
|         if do_cache { |  | ||||||
|         fs::write( |         fs::write( | ||||||
|             cache_file, |             cache_file, | ||||||
|             serde_json::to_string_pretty(&FormalCache { |             serde_json::to_string_pretty(&FormalCache { | ||||||
|  | @ -667,7 +666,6 @@ impl FormalArgs { | ||||||
|             }) |             }) | ||||||
|             .expect("serialization shouldn't ever fail"), |             .expect("serialization shouldn't ever fail"), | ||||||
|         )?; |         )?; | ||||||
|         } |  | ||||||
|         result |         result | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue