mirror of
https://github.com/alterware/alterware-launcher.git
synced 2026-03-27 04:23:04 +00:00
chore: remove more iw4x stuff
This commit is contained in:
@@ -15,7 +15,7 @@ pub fn save_cache(dir: &Path, cache: Cache) {
|
||||
let cache_path = dir.join("awcache.json");
|
||||
let cache_serialized = serde_json::to_string_pretty(&cache).unwrap();
|
||||
fs::write(cache_path, cache_serialized).unwrap_or_else(|e| {
|
||||
error!("Failed to save cache: {}", e);
|
||||
error!("Failed to save cache: {e}");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user