Skip to content

Commit 8d7dfdc

Browse files
committed
fix: add missing argument
1 parent 48cb9aa commit 8d7dfdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/slice/lib

lib/node_modules/@stdlib/ndarray/slice/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function slice( x, s ) {
140140
}
141141
}
142142
}
143-
return base( x, S, opts.strict );
143+
return base( x, S, opts.strict, false );
144144
}
145145

146146

0 commit comments

Comments
 (0)