Fix several shutdown related bugs
This commit is contained in:
parent
5c8db996ee
commit
3419aaf17e
5 changed files with 19 additions and 9 deletions
|
@ -502,7 +502,6 @@ fn quit(_: &mut Workspace, _: &Quit, cx: &mut gpui::ViewContext<Workspace>) {
|
|||
cx.update(|_, cx| {
|
||||
cx.quit();
|
||||
})?;
|
||||
|
||||
anyhow::Ok(())
|
||||
})
|
||||
.detach_and_log_err(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue