Sfoglia il codice sorgente

fix: changes failed to push

Yeuoly 8 mesi fa
parent
commit
1b94d01deb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 }