mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
use original error message
This commit is contained in:
parent
a0201ea83b
commit
33d8746ca3
@ -34,8 +34,8 @@ impl Profile {
|
||||
env!("CARGO_PKG_VERSION_MINOR")
|
||||
)); // @TODO remove after auto-migrate feature implementation
|
||||
|
||||
if let Err(e) = create_dir_all(&config_path) {
|
||||
panic!("Failed to create profile directory: {e}")
|
||||
if let Err(reason) = create_dir_all(&config_path) {
|
||||
panic!("{reason}")
|
||||
}
|
||||
|
||||
// Init database path
|
||||
|
Loading…
x
Reference in New Issue
Block a user