-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
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
get error "RangeError: Invalid string length" #10738
Comments
Can you raise this in https://github.com/nodejs/help instead (or maybe in https://github.com/taskrabbit/elasticsearch-dump if that's the module you're having an issue with)? If you can reproduce the issue with just the node core modules (i.e. you think it's a problem with node itself), feel free to comment on here and I'll reopen. |
@showmeall , @gibfahn I suspect this is something connected with #9489 (see also #10687). /******************************************************************************/
'use strict';
/******************************************************************************/
let maxString = '*'.repeat(Math.pow(2, 28) - 16);
console.log(maxString.length);
maxString += '*';
console.log(maxString.length);
|
ok, thanks, i see |
when we import data , get follow error, please help us .
The text was updated successfully, but these errors were encountered: