Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

child_process: spawn().ref() and spawn().unref() #3381

Closed
wants to merge 2 commits into from

Conversation

indutny
Copy link
Member

@indutny indutny commented Jun 6, 2012

nt



ChildProcess.prototype.ref = function() {
this._handle.ref();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (this._handle) this._handle.ref();

@indutny
Copy link
Member Author

indutny commented Jun 7, 2012

Landed in 3116522. (W/o timers stuff)

@indutny indutny closed this Jun 7, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants