mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix CI using 127.0.0.1 for tests
This commit is contained in:
parent
c7c5f8d0f1
commit
2732eeff9e
62 changed files with 312 additions and 322 deletions
|
@ -39,6 +39,7 @@ function sendRTMPStream (options: {
|
|||
|
||||
if (process.env.DEBUG) {
|
||||
command.on('stderr', data => console.log(data))
|
||||
command.on('stdout', data => console.log(data))
|
||||
}
|
||||
|
||||
command.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue