linter appeasement
This commit is contained in:
parent
e7ab1b753e
commit
ecfbaaa31c
1 changed files with 4 additions and 0 deletions
|
|
@ -100,6 +100,10 @@ func editRun(opts *EditOptions) error {
|
|||
Message: "Edit which file?",
|
||||
Options: candidates,
|
||||
}, &filename)
|
||||
|
||||
if err != nil {
|
||||
return fmt.Errorf("could not prompt: %w", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue