diff --git a/helix-term/src/ui/mod.rs b/helix-term/src/ui/mod.rs index 927b7c591..abc766640 100644 --- a/helix-term/src/ui/mod.rs +++ b/helix-term/src/ui/mod.rs @@ -464,7 +464,9 @@ pub fn file_explorer(root: PathBuf, editor: &Editor) -> Result Result Result cx.editor.set_status(message), + Ok(()) => cx.editor.set_status(message), Err(err) => cx.editor.set_error(err.to_string()) }; }