Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 91adced

Browse files
committed
added extra log when not being able to go to error line
1 parent 5327c5a commit 91adced

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UI/MainWindow/MainWindowErrorResultGrid.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.IO;
33
using System.Windows;
44
using System.Windows.Controls;
5+
using SPCode.Interop;
56
using SPCode.UI.Components;
67
using SPCode.Utils;
78

@@ -47,6 +48,7 @@ private void ErrorResultGrid_SelectionChanged(object sender, SelectionChangedEve
4748

4849
if (!exists)
4950
{
51+
LoggingControl.LogAction($"Failed to select {fInfo.Name}:{row.Line} - unable to find file.", 2);
5052
return;
5153
}
5254
}

0 commit comments

Comments
 (0)