Merge b5439f56ee
into ebf6bf6ea9
This commit is contained in:
commit
37d098a6cb
@ -849,7 +849,7 @@ unsafe fn evaluate_and_fold_conditions(
|
|||||||
if let RunSystemError::Failed(err) = err {
|
if let RunSystemError::Failed(err) = err {
|
||||||
error_handler(
|
error_handler(
|
||||||
err,
|
err,
|
||||||
ErrorContext::System {
|
ErrorContext::RunCondition {
|
||||||
name: condition.name(),
|
name: condition.name(),
|
||||||
last_run: condition.get_last_run(),
|
last_run: condition.get_last_run(),
|
||||||
},
|
},
|
||||||
|
@ -207,7 +207,7 @@ fn evaluate_and_fold_conditions(
|
|||||||
if let RunSystemError::Failed(err) = err {
|
if let RunSystemError::Failed(err) = err {
|
||||||
error_handler(
|
error_handler(
|
||||||
err,
|
err,
|
||||||
ErrorContext::System {
|
ErrorContext::RunCondition {
|
||||||
name: condition.name(),
|
name: condition.name(),
|
||||||
last_run: condition.get_last_run(),
|
last_run: condition.get_last_run(),
|
||||||
},
|
},
|
||||||
|
@ -223,7 +223,7 @@ fn evaluate_and_fold_conditions(
|
|||||||
if let RunSystemError::Failed(err) = err {
|
if let RunSystemError::Failed(err) = err {
|
||||||
error_handler(
|
error_handler(
|
||||||
err,
|
err,
|
||||||
ErrorContext::System {
|
ErrorContext::RunCondition {
|
||||||
name: condition.name(),
|
name: condition.name(),
|
||||||
last_run: condition.get_last_run(),
|
last_run: condition.get_last_run(),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user