mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
parent
a148ad8697
commit
bf6780967b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ impl CompletionActionHandler for FuzzyCompletion {
|
|||
.default(0)
|
||||
.items(&selections[..])
|
||||
.interact_on_opt(&Term::stdout())
|
||||
.expect("Fuzzy completion interact on operation");
|
||||
.unwrap_or(None);
|
||||
let _ = crossterm::terminal::enable_raw_mode();
|
||||
|
||||
if let Some(result) = result {
|
||||
|
|
Loading…
Reference in a new issue