mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -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:
parent
e5e6569aa0
commit
b4ce5b641c
@ -130,7 +130,7 @@ namespace Observatory.Explorer
|
|||||||
{
|
{
|
||||||
var exceptionResult = new ExplorerUIResults()
|
var exceptionResult = new ExplorerUIResults()
|
||||||
{
|
{
|
||||||
BodyName = "Custom Criteria Processing Error",
|
BodyName = "Error Reading Custom Criteria File",
|
||||||
Time = DateTime.Now.ToString("G"),
|
Time = DateTime.Now.ToString("G"),
|
||||||
Description = e.Message,
|
Description = e.Message,
|
||||||
Details = e.OriginalScript
|
Details = e.OriginalScript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user