| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e2c2f2b commit 796007b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,8 +61,8 @@ function variations(iter, port, cb) { | |||
| 61 | 61 | server.close(); | |
| 62 | 62 | } else { | |
| 63 | 63 | // Save `value` for check the next time. | |
| 64 | - value = next.value.val; | ||
| 65 | 64 | const [key, val] = next.value; | |
| 65 | + value = val; | ||
| 66 | 66 | https.get({ ...getBaseOptions(port), [key]: val }, | |
| 67 | 67 | variations(iter, port, cb)); | |
| 68 | 68 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments