mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update error message
This commit is contained in:
parent
d35a3bb43d
commit
6287358275
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
Context.API.RestartApp();
|
||||
}).ContinueWith(t =>
|
||||
{
|
||||
Log.Exception($"|PluginsManager|Update fail for {x.Name}", t.Exception.InnerException);
|
||||
Log.Exception("PluginsManager", $"Update failed for {x.Name}", t.Exception.InnerException, "RequestUpdate");
|
||||
Context.API.ShowMsg(Context.API.GetTranslation("plugin_pluginsmanager_install_error_title"),
|
||||
string.Format(Context.API.GetTranslation("plugin_pluginsmanager_install_error_subtitle"), x.Name));
|
||||
}, TaskContinuationOptions.OnlyOnFaulted);
|
||||
|
|
|
|||
Loading…
Reference in a new issue