Skip to content

Commit

Permalink
Updated the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jun 18, 2019
1 parent 55262a1 commit 54feff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.esm.js
Expand Up @@ -99,7 +99,7 @@ function _exec(command, args = [], options = {}) {
* @property {string} [argv0] Explicitly set the value of `argv[0]` sent to the child process.
* @property {string} [cwd] Current working directory of the child process.
* @property {boolean} [detached] Prepare child to run independently of its parent process.
* @property {object} [env] Environment key-value pairs.
* @property {Object<string, string>} [env] Environment key-value pairs.
* @property {number} [gid] Sets the group identity of the process.
* @property {boolean|string} [shell] If `true`, runs command inside of a shell. A different shell can be specified as a string.
* @property {Array|string} [stdio] Child's stdio configuration.
Expand Down

0 comments on commit 54feff7

Please sign in to comment.