chore: fix paths
This commit is contained in:
parent
d00ec59190
commit
401190f1c8
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ impl Config {
|
||||||
}
|
}
|
||||||
std::fs::read_to_string(&config_path)
|
std::fs::read_to_string(&config_path)
|
||||||
.unwrap_or_else(|e| {
|
.unwrap_or_else(|e| {
|
||||||
eprintln!("{}",e);
|
eprintln!("Error read {}: {}",&config_path,e);
|
||||||
String::from("")
|
String::from("")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue