diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 11:49:32 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 11:49:32 +0200 |
commit | 35165e1669f0525fbd1f6b41cf5dd076b326057b (patch) | |
tree | b59bda629cf5209f34ef71c9f6552639bfa94d95 /server/lib | |
parent | 10d0963eec1c9ae6d534e5eecb34ec807596d4a9 (diff) | |
download | PeerTube-35165e1669f0525fbd1f6b41cf5dd076b326057b.tar.gz PeerTube-35165e1669f0525fbd1f6b41cf5dd076b326057b.tar.zst PeerTube-35165e1669f0525fbd1f6b41cf5dd076b326057b.zip |
Electron-prebuilt -> electron
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/webtorrent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/webtorrent.js b/server/lib/webtorrent.js index 2090b792b..dde046828 100644 --- a/server/lib/webtorrent.js +++ b/server/lib/webtorrent.js | |||
@@ -43,7 +43,7 @@ function create (options, callback) { | |||
43 | 43 | ||
44 | // Run a timeout of 30s after which we exit the process | 44 | // Run a timeout of 30s after which we exit the process |
45 | const timeoutWebtorrentProcess = setTimeout(function () { | 45 | const timeoutWebtorrentProcess = setTimeout(function () { |
46 | throw new Error('Timeout : cannot run the webtorrent process. Please ensure you have electron-prebuilt npm package installed with xvfb-run.') | 46 | throw new Error('Timeout : cannot run the webtorrent process. Please ensure you have electron npm package installed with xvfb-run.') |
47 | }, 30000) | 47 | }, 30000) |
48 | 48 | ||
49 | ipc.server.on(processKey + '.ready', function () { | 49 | ipc.server.on(processKey + '.ready', function () { |