@@ -322,12 +322,12 @@ changes:
322
322
-->
323
323
324
324
* ` modulePath ` {string} The module to run in the child.
325
- * ` args ` {Array } List of string arguments.
325
+ * ` args ` {string [ ] } List of string arguments.
326
326
* ` options ` {Object}
327
327
* ` cwd ` {string} Current working directory of the child process.
328
328
* ` env ` {Object} Environment key-value pairs.
329
329
* ` execPath ` {string} Executable used to create the child process.
330
- * ` execArgv ` {Array } List of string arguments passed to the executable.
330
+ * ` execArgv ` {string [ ] } List of string arguments passed to the executable.
331
331
** Default:** ` process.execArgv ` .
332
332
* ` silent ` {boolean} If ` true ` , stdin, stdout, and stderr of the child will be
333
333
piped to the parent, otherwise they will be inherited from the parent, see
@@ -387,7 +387,7 @@ changes:
387
387
-->
388
388
389
389
* ` command ` {string} The command to run.
390
- * ` args ` {Array } List of string arguments.
390
+ * ` args ` {string [ ] } List of string arguments.
391
391
* ` options ` {Object}
392
392
* ` cwd ` {string} Current working directory of the child process.
393
393
* ` env ` {Object} Environment key-value pairs.
@@ -803,7 +803,7 @@ changes:
803
803
-->
804
804
805
805
* ` command ` {string} The command to run.
806
- * ` args ` {Array } List of string arguments.
806
+ * ` args ` {string [ ] } List of string arguments.
807
807
* ` options ` {Object}
808
808
* ` cwd ` {string} Current working directory of the child process.
809
809
* ` input ` {string|Buffer|Uint8Array} The value which will be passed as stdin
0 commit comments