fix(retry): suppress eslint warning for throwing literal error

This commit is contained in:
2026-03-26 06:23:48 +07:00
parent effbe91df6
commit ed5e6656f1
+1
View File
@@ -90,5 +90,6 @@ export async function retry<Return>(
}
}
// eslint-disable-next-line eslint/no-throw-literal
throw lastError!;
}