Skip to content

Commit

Permalink
Merge pull request #5119 from rhysd/add-child_process-unref
Browse files Browse the repository at this point in the history
Added unref() to child_process.ChildProcess in node.d.ts
  • Loading branch information
vvakame committed Aug 2, 2015
2 parents 5e4c2e6 + ded31ee commit 719a1c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ declare module "child_process" {
kill(signal?: string): void;
send(message: any, sendHandle?: any): void;
disconnect(): void;
unref(): void;
}

export function spawn(command: string, args?: string[], options?: {
Expand Down

0 comments on commit 719a1c2

Please sign in to comment.