Skip to content

Commit 617c62f

Browse files
committed
Add error log message
1 parent 19061df commit 617c62f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public static string GetFolderSize(string folderPath)
173173
}
174174
catch (OperationCanceledException)
175175
{
176+
Main.Context.API.LogError(ClassName, $"Operation timed out while calculating folder size for {folderPath}");
176177
return Main.Context.API.GetTranslation("plugin_explorer_plugin_tooltip_more_info_unknown");
177178
}
178179
catch (Exception e)

0 commit comments

Comments
 (0)