diff --git a/core/stdlib/src/async/retry/index.ts b/core/stdlib/src/async/retry/index.ts index 1ac6ccb..8901d98 100644 --- a/core/stdlib/src/async/retry/index.ts +++ b/core/stdlib/src/async/retry/index.ts @@ -90,5 +90,6 @@ export async function retry( } } + // eslint-disable-next-line eslint/no-throw-literal throw lastError!; }