add return to continue

This commit is contained in:
Jeremy Wu 2021-01-01 21:54:34 +11:00
parent 878f7bf5df
commit 81cb20bf91

View file

@ -140,6 +140,8 @@ namespace Flow.Launcher.Plugin.PluginsManager
string.Format(Context.API.GetTranslation("plugin_pluginsmanager_install_error_subtitle"), plugin.Name));
Log.Exception("PluginsManager", "An error occured while downloading plugin", e, "InstallOrUpdate");
return;
}
Context.API.RestartApp();