mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 11:29:06 +02:00
Add missing fallback case
This commit is contained in:
@ -89,6 +89,8 @@ pub(crate) async fn run_internal_command(
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
yield Ok(tagged_contents)
|
||||
}
|
||||
}
|
||||
CommandAction::EnterHelpShell(value) => {
|
||||
|
Reference in New Issue
Block a user