diff --git a/src/utils/arrays.ts b/src/utils/arrays.ts index 82b54e9df6..da8157adce 100644 --- a/src/utils/arrays.ts +++ b/src/utils/arrays.ts @@ -352,6 +352,7 @@ export async function asyncSomeParallel( /** * Async version of Array.filter. + * If one of the promises rejects, the whole operation will reject. * @param values * @param predicate */