| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 32ba8ae commit b5d0a03
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,8 +46,7 @@ function runAb(opts, callback) { | |||
| 46 | 46 | common.printSkipMessage(`problem spawning \`ab\`.\n${stderr}`); | |
| 47 | 47 | process.reallyExit(0); | |
| 48 | 48 | } | |
| 49 | - process.exit(); | ||
| 50 | - return; | ||
| 49 | + throw err; | ||
| 51 | 50 | } | |
| 52 | 51 | ||
| 53 | 52 | let m = /Document Length:\s*(\d+) bytes/i.exec(stdout); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments