修改错误输出

This commit is contained in:
lbl8603
2024-07-02 21:17:08 +08:00
parent 31b06cd713
commit 98c394c993
+1 -1
View File
@@ -309,7 +309,7 @@ pub fn parse_args_config() -> anyhow::Result<Option<(Config, Vec<String>, bool)>
) {
Ok(config) => config,
Err(e) => {
println!("config.toml error: {}", e);
println!("config error: {}", e);
std::process::exit(1);
}
};