CamilleTeruel commented on code in PR #4504:
URL:
https://github.com/apache/incubator-devlake/pull/4504#discussion_r1154312547
##########
backend/server/services/remote/bridge/cmd.go:
##########
@@ -71,7 +71,7 @@ func (c *CmdInvoker) Call(methodName string, ctx
plugin.ExecContext, args ...any
err = response.GetError()
if err != nil {
return &CallResult{
- Err: errors.Default.Wrap(err, fmt.Sprintf("failed to
invoke remote function \"%s\"", methodName)),
+ Err: errors.Default.Wrap(err, fmt.Sprintf("get error
when invoking remote function %s", methodName)),
Review Comment:
get -> got
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]