Fix error message
This commit is contained in:
parent
e570a99cfc
commit
d03557748b
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ impl StashListDelegate {
|
|||
.await??;
|
||||
Ok(())
|
||||
})
|
||||
.detach_and_prompt_err("Failed to apply stash", window, cx, |e, _, _| {
|
||||
.detach_and_prompt_err("Failed to drop stash", window, cx, |e, _, _| {
|
||||
Some(e.to_string())
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue