chore: fix paths
This commit is contained in:
parent
d00ec59190
commit
401190f1c8
@ -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…
Reference in New Issue
Block a user