The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-child-process-kill-throw.js @ 6f043940

History | View | Annotate | Download (1.77 KB)

# Date Author Comment
12d0f0bd 02/28/2013 05:11 PM Ben Noordhuis

lib, src: remove errno global

Remove the errno global. It's a property on the process object now.

Fixes #3095.

4ec77e2e 05/15/2012 10:59 AM Ben Noordhuis

child_process: rename field _internal to _handle

Consistent with how other classes that are built around HandleWraps call it.

93cefab1 04/13/2012 07:53 PM isaacs

Set errno in fake-failing child-process kill test

5b43c63c 04/12/2012 11:17 AM Andreas Madsen

child_process: emit error when .kill fails