Error clarity

Make more clear that the error is happening during the criteria file read, not while processing scans.
This commit is contained in:
Xjph 2021-11-18 08:29:12 -03:30
commit b4ce5b641c

View file

@ -130,7 +130,7 @@ namespace Observatory.Explorer
{
var exceptionResult = new ExplorerUIResults()
{
BodyName = "Custom Criteria Processing Error",
BodyName = "Error Reading Custom Criteria File",
Time = DateTime.Now.ToString("G"),
Description = e.Message,
Details = e.OriginalScript