mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Refactor live manager
This commit is contained in:
parent
fd6584844b
commit
8ebf2a5d5d
23 changed files with 1255 additions and 886 deletions
|
@ -85,6 +85,8 @@ function run () {
|
|||
const files = await getFiles()
|
||||
|
||||
for (const file of files) {
|
||||
if (file === 'peertube-audit.log') continue
|
||||
|
||||
console.log('Opening %s.', file)
|
||||
|
||||
const stream = createReadStream(file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue