mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add return to continue
This commit is contained in:
parent
878f7bf5df
commit
81cb20bf91
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue