better err

This commit is contained in:
vilmibm 2020-09-14 11:09:50 -05:00
parent 190d76abc5
commit 41382a558b

View file

@ -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