We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19061df commit 617c62fCopy full SHA for 617c62f
Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml.cs
@@ -173,6 +173,7 @@ public static string GetFolderSize(string folderPath)
173
}
174
catch (OperationCanceledException)
175
{
176
+ Main.Context.API.LogError(ClassName, $"Operation timed out while calculating folder size for {folderPath}");
177
return Main.Context.API.GetTranslation("plugin_explorer_plugin_tooltip_more_info_unknown");
178
179
catch (Exception e)
0 commit comments