Skip to content

Commit 11253fb

Browse files
committed
Log exception in LoadData to output
1 parent 10e4c8d commit 11253fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ToolWindows/GHActionsToolWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ private async Task LoadDataAsync()
245245
catch (Exception ex)
246246
{
247247
Console.WriteLine(ex);
248+
await ex.LogAsync();
248249
}
249250

250251
CurrentBranchExpander.IsExpanded = true;

0 commit comments

Comments
 (0)