mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-03-10 14:13:53 +01:00
.
This commit is contained in:
parent
a465f2be79
commit
68f9747686
@ -94,7 +94,7 @@ pub fn main(
|
||||
if let Some(p) = config_file.parent() {
|
||||
_ = std::fs::create_dir_all(p);
|
||||
}
|
||||
_ = std::fs::write(&config_file, "font = \"\"");
|
||||
_ = std::fs::write(&config_file, "font = ''");
|
||||
std::process::exit(25);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user