Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
asdacap committed Aug 1, 2022
1 parent 9a01667 commit bbc5ba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private async Task ExecuteStep(IStep step, StepInfo stepInfo, CancellationToken
$"Step {step.GetType().Name.PadRight(24)} failed after {stopwatch.ElapsedMilliseconds}ms",
exception);

throw exception;
throw;
}

if (_logger.IsWarn)
Expand Down

0 comments on commit bbc5ba9

Please sign in to comment.