fix(retry): suppress eslint warning for throwing literal error
This commit is contained in:
@@ -90,5 +90,6 @@ export async function retry<Return>(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line eslint/no-throw-literal
|
||||||
throw lastError!;
|
throw lastError!;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user