We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
njs/njs/njs_array.c
Line 412 in 7cacebe
diff -r e210675daceb njs/njs_array.c --- a/njs/njs_array.c Sun Jul 01 10:01:53 2018 +0300 +++ b/njs/njs_array.c Sun Jul 01 13:11:29 2018 +0300 @@ -407,6 +407,9 @@ } array->length = length; + retval = setval; + + return NJS_OK; } njs_value_number_set(retval, array->length);
The text was updated successfully, but these errors were encountered:
0b4030f
xeioex
No branches or pull requests
njs/njs/njs_array.c
Line 412 in 7cacebe
The text was updated successfully, but these errors were encountered: