diff options
-rwxr-xr-x | src/crawl-http.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crawl-http.js b/src/crawl-http.js index 826e4d5..4925f12 100755 --- a/src/crawl-http.js +++ b/src/crawl-http.js @@ -153,6 +153,8 @@ async function main(args) { return } + // Should be 'topURL' or something (also change 'absURL'). We don't want to + // shadow 'const url = require(..)'. const url = args[0] let maxDownloadAttempts = 5 |