From 3cb58857487a03782b5df341c439c43e9e1e3b0d Mon Sep 17 00:00:00 2001 From: harold Date: Sat, 2 Oct 2021 10:50:08 -0400 Subject: [PATCH] One more suggestion --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 87c7b3d..7d1ce0c 100644 --- a/test.js +++ b/test.js @@ -389,7 +389,7 @@ test('no unhandled rejected promises from mapper throws - infinite concurrency', }), {message: 'Oops! 1'} ); - // Note: All 3 mappers get invoked, all 3 throw, even with stop on error this + // Note: All 3 mappers get invoked, all 3 throw, even with `{stopOnError: true}` this // should raise an AggregateError with all 3 exceptions instead of throwing 1 // exception and hiding the other 2. t.deepEqual(mappedValues, [1, 2, 3]);