Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
ogp-weeloong committed May 6, 2024
1 parent db42445 commit 220a07c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ interface HandleFailedStepAndThrowParams {

export function handleFailedStepAndThrow(
params: HandleFailedStepAndThrowParams,
): Promise<never> {
): never {
let { executionError } = params
const { errorDetails, context } = params
const { span, job } = context
Expand Down

0 comments on commit 220a07c

Please sign in to comment.