Print non-export output on stderr
This commit is contained in:
parent
ca10ca277b
commit
84279d6800
7 changed files with 17 additions and 16 deletions
|
|
@ -49,7 +49,7 @@ impl Config {
|
|||
match toml::from_str(&content) {
|
||||
Ok(config) => config,
|
||||
Err(err) => {
|
||||
println!("Error loading config file: {err}");
|
||||
eprintln!("Error loading config file: {err}");
|
||||
Self::default()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue