mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
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:
committed by
GitHub
parent
55374ee54f
commit
ccd5d69fd1
@ -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(
|
||||
|
Reference in New Issue
Block a user