diff --git a/src/profile.rs b/src/profile.rs index 4ce8524e..342a0484 100644 --- a/src/profile.rs +++ b/src/profile.rs @@ -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