Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-01-18 00:59:25 +0300
committerBert Belder <bertbelder@gmail.com>2011-01-18 06:58:32 +0300
commit6ad629895d5491036d1362c77516abc9c6bebd14 (patch)
tree688503585c7b88adf70eb9e94dcf8452824d656a /TODO.win32
parentbb3bf091d44715118709a70c2f42e69e831fee22 (diff)
Make child_process.kill always work on windows
Diffstat (limited to 'TODO.win32')
-rw-r--r--TODO.win323
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.win32 b/TODO.win32
index ff2daa1cad6..7e8528123a0 100644
--- a/TODO.win32
+++ b/TODO.win32
@@ -23,9 +23,6 @@
block; on windows a libeio thread is used to call CreateProcess.
So this can't really be fixed, but it could be worked around by adding a
'spawn' or 'pid' event.
- * kill() doesn't work when the pid is not available yet. All the plumbing
- is there to make it work, but lib/child_process.js just doesn't call
- ChildProcess::Kill() as long as the pid is not known.
* passing socket custom_fds is not supported
* child_process.exec() only works on systems with msys installed.
It's because it relies on the 'sh' shell. The default windows shell