Revamp plugin loading error management (#85939)
This commit is contained in:
@@ -20,7 +20,7 @@ func ProvideService() *Service {
|
||||
}
|
||||
|
||||
func (s *Service) Start(ctx context.Context, p *plugins.Plugin) error {
|
||||
if !p.IsManaged() || !p.Backend || p.SignatureError != nil {
|
||||
if !p.IsManaged() || !p.Backend || p.Error != nil {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user