mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add error log message
This commit is contained in:
parent
19061df586
commit
617c62f6c6
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ public partial class PreviewPanel : UserControl, INotifyPropertyChanged
|
|||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
Main.Context.API.LogError(ClassName, $"Operation timed out while calculating folder size for {folderPath}");
|
||||
return Main.Context.API.GetTranslation("plugin_explorer_plugin_tooltip_more_info_unknown");
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue