Add error log message

This commit is contained in:
Jack251970 2025-06-05 11:25:48 +08:00
parent 19061df586
commit 617c62f6c6

View file

@ -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)