Add the step path to the failure logs

This commit is contained in:
Omar Abdulla
2025-11-01 06:45:29 +03:00
parent e7ebd0c034
commit 36ef669341
2 changed files with 228 additions and 1 deletions
+2 -1
View File
@@ -353,7 +353,8 @@ where
.execute_account_allocation(step_path, step.as_ref())
.await
.context("Account Allocation Step Failed"),
}?;
}
.context(format!("Failure on step {step_path}"))?;
self.steps_executed += steps_executed;
Ok(())
}