Skip to content

Commit 4f72e31

Browse files
author
NEEKUorAAYUSH
committed
chore: fix JavaScript lint errors (issue #7782)
1 parent 6177f03 commit 4f72e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/pkgs/deps/lib/resolve.sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function resolve( entries, builtins ) {
5050
var k;
5151

5252
len = entries.length;
53-
cache = new Array( len );
53+
cache = Array.from({ length:len });
5454

5555
opts = {
5656
'walk': true,

0 commit comments

Comments
 (0)