From 617c62f6c6ee5c87ab4356d5af9d03bec134e25d Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Thu, 5 Jun 2025 11:25:48 +0800 Subject: [PATCH] Add error log message --- Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml.cs index 5c250c8a8..e4a9e5bb2 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml.cs @@ -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)