mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 05:02:35 +08:00
Plugins: Do not fail bootstrap stage if single decorate step fails (#73147)
* don't fail all if decorate step fails * fix casing * include err too * cover pluginsintegration too
This commit is contained in:
@ -64,7 +64,7 @@ func (m *Manager) Stop(ctx context.Context, pluginID string) error {
|
||||
if !exists {
|
||||
return backendplugin.ErrPluginNotRegistered
|
||||
}
|
||||
m.log.Debug("Stopping plugin process", "pluginID", p.ID)
|
||||
m.log.Debug("Stopping plugin process", "pluginId", p.ID)
|
||||
m.mu.Lock()
|
||||
defer m.mu.Unlock()
|
||||
|
||||
|
Reference in New Issue
Block a user