worktree: Print canonicalization error details (#44459)
cc https://github.com/zed-industries/zed/issues/24714 Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
@@ -3814,7 +3814,7 @@ impl BackgroundScanner {
|
||||
let root_canonical_path = match &root_canonical_path {
|
||||
Ok(path) => SanitizedPath::new(path),
|
||||
Err(err) => {
|
||||
log::error!("failed to canonicalize root path {root_path:?}: {err}");
|
||||
log::error!("failed to canonicalize root path {root_path:?}: {err:#}");
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user