This commit is contained in:
Chris Russell 2025-07-17 13:33:55 -07:00 committed by GitHub
commit 37d098a6cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -849,7 +849,7 @@ unsafe fn evaluate_and_fold_conditions(
if let RunSystemError::Failed(err) = err {
error_handler(
err,
ErrorContext::System {
ErrorContext::RunCondition {
name: condition.name(),
last_run: condition.get_last_run(),
},

View File

@ -207,7 +207,7 @@ fn evaluate_and_fold_conditions(
if let RunSystemError::Failed(err) = err {
error_handler(
err,
ErrorContext::System {
ErrorContext::RunCondition {
name: condition.name(),
last_run: condition.get_last_run(),
},

View File

@ -223,7 +223,7 @@ fn evaluate_and_fold_conditions(
if let RunSystemError::Failed(err) = err {
error_handler(
err,
ErrorContext::System {
ErrorContext::RunCondition {
name: condition.name(),
last_run: condition.get_last_run(),
},