Properly log prettier paths
This commit is contained in:
parent
37a561df0a
commit
96bbb5cdea
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ impl Prettier {
|
||||||
)
|
)
|
||||||
})?;
|
})?;
|
||||||
(worktree_root_data.unwrap_or_else(|| {
|
(worktree_root_data.unwrap_or_else(|| {
|
||||||
panic!("cannot query prettier for non existing worktree root at {worktree_root_data:?}")
|
panic!("cannot query prettier for non existing worktree root at {worktree_root:?}")
|
||||||
}), None)
|
}), None)
|
||||||
} else {
|
} else {
|
||||||
let full_starting_path = worktree_root.join(&starting_path.starting_path);
|
let full_starting_path = worktree_root.join(&starting_path.starting_path);
|
||||||
|
@ -106,7 +106,7 @@ impl Prettier {
|
||||||
})?;
|
})?;
|
||||||
(
|
(
|
||||||
worktree_root_data.unwrap_or_else(|| {
|
worktree_root_data.unwrap_or_else(|| {
|
||||||
panic!("cannot query prettier for non existing worktree root at {worktree_root_data:?}")
|
panic!("cannot query prettier for non existing worktree root at {worktree_root:?}")
|
||||||
}),
|
}),
|
||||||
start_path_data,
|
start_path_data,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue