We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77614be commit 7f42e7cCopy full SHA for 7f42e7c
1 file changed
lib/node_modules/@stdlib/ndarray/push/lib/main.js
@@ -62,7 +62,7 @@ function push( x ) {
62
}
63
nargs = arguments.length;
64
if ( nargs < 2 ) {
65
- throw new Error( format( 'invalid argument. The function must be provided at least two arguments. Value: `%s`.', nargs ) );
+ throw new Error( 'invalid operation. Must provide at least two arguments.' );
66
67
dtype = getDType( x );
68
args = [ x ];
0 commit comments