| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f01bb58 commit 25e6f48
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -929,7 +929,7 @@ function execSync(command, options) { | |||
| 929 | 929 | if (inheritStderr && ret.stderr) | |
| 930 | 930 | process.stderr.write(ret.stderr); | |
| 931 | 931 | ||
| 932 | - const err = checkExecSyncError(ret, opts.args, command); | ||
| 932 | + const err = checkExecSyncError(ret, undefined, command); | ||
| 933 | 933 | ||
| 934 | 934 | if (err) | |
| 935 | 935 | throw err; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments