1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Try to fix tests

This commit is contained in:
Chocobozzz 2022-01-04 09:16:43 +01:00
parent 7298cad6ce
commit 8f5a1f36b5
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 31 additions and 16 deletions

View file

@ -211,7 +211,8 @@ export class PeerTubeServer {
}
const execArgv = options.nodeArgs || []
execArgv.push('--enable-source-maps')
// FIXME: too slow :/
// execArgv.push('--enable-source-maps')
const forkOptions = {
silent: true,