aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/webtorrentProcess.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webtorrentProcess.js')
-rw-r--r--lib/webtorrentProcess.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/webtorrentProcess.js b/lib/webtorrentProcess.js
index 96ebf9d02..7ba2dd3d9 100644
--- a/lib/webtorrentProcess.js
+++ b/lib/webtorrentProcess.js
@@ -5,8 +5,7 @@ function webtorrent (args) {
5 var ipc = require('node-ipc') 5 var ipc = require('node-ipc')
6 6
7 if (args.length !== 3) { 7 if (args.length !== 3) {
8 console.log('Wrong arguments number: ' + args.length + '/3') 8 throw new Error('Wrong arguments number: ' + args.length + '/3')
9 process.exit(-1)
10 } 9 }
11 10
12 var host = args[1] 11 var host = args[1]