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

Added unref() to child_process.ChildProcess in node.d.ts #5119

Merged
merged 1 commit into from
Aug 2, 2015

Conversation

rhysd
Copy link
Contributor

@rhysd rhysd commented Jul 29, 2015

child_process.ChildProcess.unref() isn't described in document.
But it actually exist and is described in document for options.detached of child_process.spawn().

https://nodejs.org/api/child_process.html#child_process_options_detached

So I added unref() to ChildProcess class.

child_process.ChildProcess.unref() isn't described in document.
But it actually exist and is described in document for `options.detached`.

https://nodejs.org/api/child_process.html#child_process_options_detached
vvakame added a commit that referenced this pull request Aug 2, 2015
Added unref() to child_process.ChildProcess in node.d.ts
@vvakame vvakame merged commit 719a1c2 into DefinitelyTyped:master Aug 2, 2015
@vvakame
Copy link
Member

vvakame commented Aug 2, 2015

@rhysd thanks mate!

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.

None yet

2 participants