We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711c1e8 commit ca45a9bCopy full SHA for ca45a9b
1 file changed
ProtocolTestManager/UI/RunPage.xaml.cs
@@ -564,7 +564,7 @@ private void SelectedCaseChanged()
564
{
565
// testcase could be null because logger.RunningTestCase could be null.
566
// So add check here to avoid null reference exception.
567
- if (testcase != null)
+ if (testcase != null && testcase.LogUri != null)
568
569
var logUri = testcase.LogUri;
570
if (logUri.AbsolutePath.Length >= 255)
0 commit comments