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 337e9cf commit 1ed802aCopy full SHA for 1ed802a
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