We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b2a70 commit 57b828dCopy full SHA for 57b828d
lib/node_modules/@stdlib/utils/async/inmap/lib/index.js
@@ -34,7 +34,7 @@
34
*
35
* function done( error, results ) {
36
* if ( error ) {
37
-* throw error;
+* return console.error( error.message );
38
* }
39
* console.log( results );
40
0 commit comments