瀏覽代碼

fix: changes failed to push

Yeuoly 8 月之前
父節點
當前提交
1b94d01deb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 }