Update toast for checkout failure
This commit is contained in:
parent
98f71a7fa3
commit
1eb0f3d091
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ impl PickerDelegate for BranchListDelegate {
|
||||||
model.show_toast(
|
model.show_toast(
|
||||||
Toast::new(
|
Toast::new(
|
||||||
GIT_CHECKOUT_FAILURE_ID,
|
GIT_CHECKOUT_FAILURE_ID,
|
||||||
format!("Failed to check out branch `{current_pick}`, error: `{err}`"),
|
format!("Failed to checkout branch '{current_pick}', check for conflicts or unstashed files"),
|
||||||
),
|
),
|
||||||
ctx,
|
ctx,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue