Skip to content

Commit c8faa25

Browse files
chore: fix JavaScript lint errors
PR-URL: #8424 Closes: #8268 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent b9b8bcf commit c8faa25

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/async/parallel/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
'use strict';
2020

21-
var parallel = require( '@stdlib/utils/async/parallel' );
21+
var parallel = require( './../lib' );
2222

2323
function foo( resolve ) {
2424
setTimeout( onTimeout, 300 );

0 commit comments

Comments
 (0)