mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
Error clarity
Make more clear that the error is happening during the criteria file read, not while processing scans.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user