Skip to content

Commit

Permalink
Update server_errors.go
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 authored Apr 3, 2024
1 parent d2ba60c commit e94809c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/framework/common/server_errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func ErrorStack(err error) *proto.Stack {

stackTrace.Frames = append(stackTrace.Frames, &proto.StackFrame{
File: location.File,
Line: int32(location.Line),
Line: location.Line,

Check warning on line 75 in pkg/plugin/framework/common/server_errors.go

View check run for this annotation

Codecov / codecov/patch

pkg/plugin/framework/common/server_errors.go#L75

Added line #L75 was not covered by tests
Function: location.Function,
})
}
Expand Down

0 comments on commit e94809c

Please sign in to comment.