Skip to content

Commit

Permalink
fixup! Add new internal method runActionOnSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Nov 23, 2023
1 parent 189315b commit 9e1d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/frame.go
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ func (f *Frame) runActionOnSelector(

v, err := fn(ctx, handle)
if err != nil {
return false, fmt.Errorf("function called: %w", err)
return false, fmt.Errorf("calling function: %w", err)
}

bv, ok := v.(bool)
Expand Down

0 comments on commit 9e1d3ed

Please sign in to comment.