mirror of https://github.com/helix-editor/helix
Seems like this flush is unnecessary
parent
b155e861ad
commit
55b50d9e83
|
@ -968,9 +968,6 @@ impl Application {
|
||||||
// errors along the way
|
// errors along the way
|
||||||
let mut errs = Vec::new();
|
let mut errs = Vec::new();
|
||||||
|
|
||||||
// TODO: deduplicate with ctx.block_try_flush_writes
|
|
||||||
tokio::task::block_in_place(|| helix_lsp::block_on(self.editor.flush_writes()));
|
|
||||||
|
|
||||||
if let Err(err) = self
|
if let Err(err) = self
|
||||||
.jobs
|
.jobs
|
||||||
.finish(&mut self.editor, Some(&mut self.compositor))
|
.finish(&mut self.editor, Some(&mut self.compositor))
|
||||||
|
|
Loading…
Reference in New Issue