| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ const { createServer } = require('net'); | |||
| 21 | 21 | ||
| 22 | 22 | // Launch w/ invalid host:port. | |
| 23 | 23 | { | |
| 24 | - const cli = startCLI(['localhost:914']); | ||
| 24 | + const cli = startCLI([`localhost:${common.PORT}`]); | ||
| 25 | 25 | cli.quit() | |
| 26 | 26 | .then((code) => { | |
| 27 | 27 | assert.match( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments