aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/webtorrent.js
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-07-01 16:22:36 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-07-01 16:22:36 +0200
commit5f698b82c7055df763f3830882ac5bad1397db23 (patch)
tree97e2e8178a5c7eec8e8f0e0cfce9cff399452cdc /server/lib/webtorrent.js
parentfc51fde048f2c3ce1dd3e85f5528335040bae894 (diff)
downloadPeerTube-5f698b82c7055df763f3830882ac5bad1397db23.tar.gz
PeerTube-5f698b82c7055df763f3830882ac5bad1397db23.tar.zst
PeerTube-5f698b82c7055df763f3830882ac5bad1397db23.zip
Use dashes for filenames
Diffstat (limited to 'server/lib/webtorrent.js')
-rw-r--r--server/lib/webtorrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/webtorrent.js b/server/lib/webtorrent.js
index fe2ee357f..9960737f2 100644
--- a/server/lib/webtorrent.js
+++ b/server/lib/webtorrent.js
@@ -57,7 +57,7 @@ function create (options, callback) {
57 throw new Error('Received exception error from webtorrent process : ' + data.exception) 57 throw new Error('Received exception error from webtorrent process : ' + data.exception)
58 }) 58 })
59 59
60 const webtorrentProcess = spawn(pathUtils.join(__dirname, 'webtorrentProcess.js'), host, port, { detached: true }) 60 const webtorrentProcess = spawn(pathUtils.join(__dirname, 'webtorrent-process.js'), host, port, { detached: true })
61 61
62 if (electronDebug === true) { 62 if (electronDebug === true) {
63 webtorrentProcess.stderr.on('data', function (data) { 63 webtorrentProcess.stderr.on('data', function (data) {