Files
node/doc/api
Pat Pannuto 99f45b2476 child_process: control argv0 for spawned processes
In some cases it useful to control the value of `argv[0]`, c.f.
 - https://github.com/andrewffff/child_process_with_argv0
 - https://github.com/andrep/argv0

This patch adds explicit support for setting the value of `argv[0]`
when spawning a process.

PR-URL: https://github.com/nodejs/node/pull/7696
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-08-08 16:35:43 +02:00
..
2016-04-20 16:34:27 -07:00
2016-04-20 16:34:27 -07:00
2016-08-08 16:33:57 +02:00
2016-08-06 19:41:35 +05:30