Skip to content

Commit 57b828d

Browse files
Hemil36kgryte
andauthored
chore: fix JavaScript lint errors
PR-URL: #8003 Closes: #8000 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent c8b2a70 commit 57b828d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/async/inmap/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/async/inmap/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
* function done( error, results ) {
3636
* if ( error ) {
37-
* throw error;
37+
* return console.error( error.message );
3838
* }
3939
* console.log( results );
4040
* }

0 commit comments

Comments
 (0)