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

Use stdio option instead of customFds #3661

Merged
merged 1 commit into from
Mar 6, 2015

Conversation

dtaniwaki
Copy link
Contributor

The customFds option in spawn is deprecated.
http://nodejs.org/docs/latest/api/child_process.html#child_process_child_process_spawn_command_args_options

Although it's actually converted for now, I don't want to see the annoying deprecated message.
https://github.com/joyent/node/blob/master/lib/child_process.js#L808

Could you consider to merge this?

Review on Reviewable

@michaelficarra
Copy link
Collaborator

There's no need to regenerate the docs. That will be done during a release.

@dtaniwaki
Copy link
Contributor Author

Thanks @michaelficarra ,
I updated the PR.

@darky
Copy link

darky commented Jan 6, 2015

👍

@rmg
Copy link

rmg commented Mar 6, 2015

👍 x 💯 - this pops up all the time for users of iojs and node-v0.12.

In case it matters, it was deprecated over 3 years ago (node-v0.5.11), so this has been a long time coming.

jashkenas added a commit that referenced this pull request Mar 6, 2015
Use stdio option instead of customFds
@jashkenas jashkenas merged commit a548b70 into jashkenas:master Mar 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants