| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a8c99d9 commit ec94bec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,6 +54,7 @@ function handleExit(error, stdout, stderr) { | |||
| 54 | 54 | const signalCode = error ? error.signal : null; | |
| 55 | 55 | ||
| 56 | 56 | if (code !== 0) { | |
| 57 | + process.stdout.write(stdout); | ||
| 57 | 58 | process.stderr.write(stderr); | |
| 58 | 59 | } | |
| 59 | 60 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments