diff --git a/lib/webtorrentProcess.js b/lib/webtorrentProcess.js index 7ba2dd3d9..7da52523a 100644 --- a/lib/webtorrentProcess.js +++ b/lib/webtorrentProcess.js @@ -1,9 +1,9 @@ 'use strict' -function webtorrent (args) { - var WebTorrent = require('webtorrent') - var ipc = require('node-ipc') +var WebTorrent = require('webtorrent') +var ipc = require('node-ipc') +function webtorrent (args) { if (args.length !== 3) { throw new Error('Wrong arguments number: ' + args.length + '/3') }