mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 05:02:35 +08:00
Revamp plugin loading error management (#85939)
This commit is contained in:

committed by
GitHub

parent
bb56f4a605
commit
ab5a065256
@ -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