| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -536,7 +536,7 @@ changes: | |||
| 536 | 536 | * `options` {Object} | |
| 537 | 537 | * `cwd` {string|URL} Current working directory of the child process. | |
| 538 | 538 | * `detached` {boolean} Prepare child process to run independently of its | |
| 539 | - parent process. Specific behavior depends on the platform, see | ||
| 539 | + parent process. Specific behavior depends on the platform (see | ||
| 540 | 540 | [`options.detached`][]). | |
| 541 | 541 | * `env` {Object} Environment key-value pairs. **Default:** `process.env`. | |
| 542 | 542 | * `execPath` {string} Executable used to create the child process. | |
@@ -688,7 +688,7 @@ changes: | |||
| 688 | 688 | * `stdio` {Array|string} Child's stdio configuration (see | |
| 689 | 689 | [`options.stdio`][`stdio`]). | |
| 690 | 690 | * `detached` {boolean} Prepare child process to run independently of | |
| 691 | - its parent process. Specific behavior depends on the platform, see | ||
| 691 | + its parent process. Specific behavior depends on the platform (see | ||
| 692 | 692 | [`options.detached`][]). | |
| 693 | 693 | * `uid` {number} Sets the user identity of the process (see setuid(2)). | |
| 694 | 694 | * `gid` {number} Sets the group identity of the process (see setgid(2)). | |
| Back | FazBrowse Home | New Git URL |
0 commit comments