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