You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tested this and I can confirm that for node v9.x and below, the first cmd is correct (stack_size), but as of node v10.0.0 the 2nd cmd is correct (stack-size)
Just spotted an 'issue' in the
README.md
:node --v8-options | grep -B0 -A1 stack_size
should be
node --v8-options | grep -B0 -A1 stack-size
The text was updated successfully, but these errors were encountered: