| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0cffa3c commit b867294
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -512,7 +512,7 @@ exports.execFileSync = execFileSync; | |||
| 512 | 512 | ||
| 513 | 513 | function execSync(command /*, options*/) { | |
| 514 | 514 | var opts = normalizeExecArgs.apply(null, arguments); | |
| 515 | - var inheritStderr = opts.options ? !opts.options.stdio : true; | ||
| 515 | + var inheritStderr = !opts.options.stdio; | ||
| 516 | 516 | ||
| 517 | 517 | var ret = spawnSync(opts.file, opts.options); | |
| 518 | 518 | ret.cmd = command; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments