Skip to content
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

[fix] spawn args fail with nested quotes #7

Closed
wants to merge 1 commit into from
Closed

[fix] spawn args fail with nested quotes #7

wants to merge 1 commit into from

Conversation

rjmazzeo
Copy link

@rjmazzeo rjmazzeo commented Dec 4, 2018

looks like spawn breaks when arguments have nested quotes. currently all the excludes have nested quotes. added shell:true fixes the issue.
nodejs/node#5060

@rjmazzeo
Copy link
Author

rjmazzeo commented Dec 4, 2018

sorry didn't clearly state so but this addresses the issue:
#6

@Swaagie
Copy link
Owner

Swaagie commented Dec 5, 2018

Thanks for surfacing this, sry I didn't notice it earlier. Alternatively reverted back to child_process.exec with #8. spawn seems to have issues of its own, that might be better solved using the maxBuffer config option.

@Swaagie Swaagie closed this Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants