News

child_process_with_argv0 This module provides versions of child_process' execFile and spawn which take a full arguments array, including the name of the program as the first argument. The functions in ...
There is a weird thing that path of first argument of execFile () can be changed by CWD option. I think the first argument should be set which is based path of current working directory of application ...