Skip to content

Commit e71d971

Browse files
committed
FIX
1 parent 24f5aaf commit e71d971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/parallelisation/parallelisation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ func RunActionWithInterruptCancellation(ctx context.Context, cancelStore *Cancel
287287
}
288288
return err
289289
})
290-
return g.Wait()
290+
return commonerrors.ConvertContextError(g.Wait())
291291
}
292292

293293
// RunActionWithGracefulShutdown carries out an action until asked to gracefully shutdown on which the shutdownOnSignal is executed.

0 commit comments

Comments
 (0)