commit | ad9d683f9fe9eabe2d797bd6f2ffddf02b0ea009 | [log] [tgz] |
---|---|---|
author | Ryan <[email protected]> | Wed Aug 26 20:11:51 2009 |
committer | Ryan <[email protected]> | Wed Aug 26 20:36:45 2009 |
tree | bc451339e6adf98dd7036fdb51fe5514c4e20a3f | |
parent | 116f4dea052c9d59f6666345ccde4af5774b1bc2 [diff] [blame] |
API: rename node.Process to node.ChildProcess This is to avoid confusion with the global "process" object, especially for the instances of node.Process.
diff --git a/wscript b/wscript index d2afe1b..e4f01c4 100644 --- a/wscript +++ b/wscript
@@ -234,7 +234,7 @@ src/dns.cc src/file.cc src/timer.cc - src/process.cc + src/child_process.cc src/constants.cc """ node.includes = """