mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
postpone clone after found (#1656)
This commit is contained in:
parent
a19a6ca01e
commit
7083b98a38
1 changed files with 1 additions and 1 deletions
|
@ -445,8 +445,8 @@ impl std::str::FromStr for MappableCommand {
|
|||
} else {
|
||||
MappableCommand::STATIC_COMMAND_LIST
|
||||
.iter()
|
||||
.cloned()
|
||||
.find(|cmd| cmd.name() == s)
|
||||
.cloned()
|
||||
.ok_or_else(|| anyhow!("No command named '{}'", s))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue