Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 57b828d

Browse files
Hemil36kgryte
andauthored
chore: fix JavaScript lint errors
PR-URL: #8003 Closes: #8000 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
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)

AltStyle によって変換されたページ (->オリジナル) /