On Wed, Nov 19, 2014 at 3:13 PM, Rajasekhar Chinnam
<
rajasekha...@gmail.com> wrote:
> Found the issue:
>
> Now 'arguments' should be array not string.
1. arguments hasn't been a string EVER in 0.10, can't speak to before
2. if arguments is NOT an array in position args[1], it was assumed
you had not passed the optional arguments array (because... you did
not pass an arguments arrary), so it was assuming the string was the
options object
3. you would have got an error thrown if you were on an up to date
node version, 0.10 or 0.11
Why did you update to .29, not the latest stable?