mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Server: paths refractoring
This commit is contained in:
parent
1e4b0080ff
commit
15103f11ec
8 changed files with 61 additions and 38 deletions
|
@ -81,7 +81,7 @@ function runServer (number, callback) {
|
|||
detached: true
|
||||
}
|
||||
|
||||
server.app = fork(pathUtils.join(__dirname, '../../../server.js'), [], options)
|
||||
server.app = fork(pathUtils.join(__dirname, '..', '..', '..', 'server.js'), [], options)
|
||||
server.app.stdout.on('data', function onStdout (data) {
|
||||
let dontContinue = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue