Skip to content

Commit 1d9108f

Browse files
authored
Update UiaOptions.cs
1 parent c46de2a commit 1d9108f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Gravity.Abstraction/Uia/UiaOptions.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ public override ICapabilities ToCapabilities()
106106

107107
private void Evaluate()
108108
{
109-
if (string.IsNullOrEmpty(Application))
110-
{
111-
const string message = "application property cannot " +
112-
"be null or empty, please provide valid application path";
113-
throw new FileNotFoundException(message);
114-
}
109+
//if (string.IsNullOrEmpty(Application))
110+
//{
111+
//const string message = "application property cannot " +
112+
//"be null or empty, please provide valid application path";
113+
//throw new FileNotFoundException(message);
114+
//}
115115
}
116116
}
117-
}
117+
}

0 commit comments

Comments
 (0)