♻️ refactor reloadPlugin (#17137)

This commit is contained in:
Jeffrey Chen 2026-03-05 10:11:44 +08:00 committed by GitHub
parent 5e0d1e64de
commit 487e27cb00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 54 additions and 89 deletions

View file

@ -267,7 +267,7 @@ func UninstallBazaarPlugin(pluginName, frontend string) error {
savePetals(petals)
uninstallPluginSet := hashset.New(pluginName)
PushReloadPlugin(nil, nil, nil, uninstallPluginSet, "")
PushReloadPlugin(uninstallPluginSet, nil, nil, nil, "")
return nil
}