Bug fix start (#1738)

* fix bug on linux; added start to the stable list

* add to stable and fix clippy lint
This commit is contained in:
Elton Leander Pinto
2020-05-09 13:28:57 -04:00
committed by GitHub
parent 55374ee54f
commit ccd5d69fd1
4 changed files with 20 additions and 1 deletions

View File

@ -144,6 +144,8 @@ impl Start {
for cmd in &["xdg-open", "gnome-open", "kde-open", "wslview"] {
if exec_cmd(cmd, &args).is_err() {
continue;
} else {
return Ok(());
}
}
Err(StartError::new(