Procházet zdrojové kódy

fix: changes failed to push

Yeuoly před 8 měsíci
rodič
revize
1b94d01deb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      internal/core/plugin_manager/uninstall.go

+ 1 - 1
internal/core/plugin_manager/uninstall.go

@@ -20,6 +20,6 @@ func (p *PluginManager) UninstallFromLocal(identity plugin_entities.PluginUnique
 		// no runtime to shutdown, already uninstalled
 		return nil
 	}
-	runtime.Shutdown()
+	runtime.Stop()
 	return nil
 }