-
Notifications
You must be signed in to change notification settings - Fork 108
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
merge does not work in node cli #271
Comments
Looked a bit into it and opened nodejs/node#8089 to get some clarification on the expected behavior. If this is working as intended, I could convert the |
There's actually also an issue with the |
Looks like it's a bug in node CLI -- nodejs/node#7788 |
Ok, I just pushed a fix in 2.3.20 for the |
great, thanks for the quick and thorough response |
Not a huge issue and it may just be my setup but I ran into an issue when using the merge method in in node cli (node v6.3.0). The equivalent code has no issues when run inside a .js file
here is an example to reproduce
works fine in a .js file but from cli throws
and when printing the args _error has
The text was updated successfully, but these errors were encountered: