better err
This commit is contained in:
parent
190d76abc5
commit
41382a558b
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ func editRun(opts *EditOptions) error {
|
|||
}, &choice)
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
return fmt.Errorf("could not prompt: %w", err)
|
||||
}
|
||||
|
||||
stop := false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue