Alipebt commented on code in PR #104:
URL: https://github.com/apache/skywalking-go/pull/104#discussion_r1360681219
##########
tools/go-agent/instrument/plugins/instrument.go:
##########
@@ -107,8 +107,7 @@ func (i *Instrument) CouldHandle(opts *api.CompileOptions)
bool {
// check the version of the framework could handler
version, err := i.tryToFindThePluginVersion(opts, ins)
if err != nil {
- logrus.Warnf("ignore the plugin %s, because: %s",
ins.Name(), err)
- continue
+ logrus.Warnf("the plugin %s %s", ins.Name(), err)
Review Comment:
sorry,I misunderstood it as supplementing comments on GitHub.I will resolve
it.
--
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]