« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/crawl-http.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/crawl-http.js')
-rwxr-xr-xsrc/crawl-http.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crawl-http.js b/src/crawl-http.js
index 29c59d2..e776b9c 100755
--- a/src/crawl-http.js
+++ b/src/crawl-http.js
@@ -142,7 +142,6 @@ function getHTMLLinks(text) {
 async function main(args) {
   if (args.length === 0) {
     console.log("Usage: crawl-http http://.../example/path/ [opts]")
-    process.exit(1)
     return
   }