mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
print theme path in error message too
This commit is contained in:
parent
1cb821cd51
commit
f0f90a88f1
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ impl Theme {
|
|||
let load_result = ron::de::from_reader(file);
|
||||
|
||||
if let Err(e) = &load_result {
|
||||
log::error!("theme loading error: {e}");
|
||||
log::error!("theme error [{:?}]: {e}", theme_path);
|
||||
}
|
||||
|
||||
Ok(load_result?)
|
||||
|
|
|
|||
Loading…
Reference in a new issue