« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/crawl-http.js2
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