| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2b867d2 commit 4676eec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -187,9 +187,7 @@ exports.execFile = function(file /*, args, options, callback*/) { | |||
| 187 | 187 | stderr = Buffer.concat(_stderr); | |
| 188 | 188 | } | |
| 189 | 189 | ||
| 190 | - if (ex) { | ||
| 191 | - // Will be handled later | ||
| 192 | - } else if (code === 0 && signal === null) { | ||
| 190 | + if (!ex && code === 0 && signal === null) { | ||
| 193 | 191 | callback(null, stdout, stderr); | |
| 194 | 192 | return; | |
| 195 | 193 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments