1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add inspect to test script

This commit is contained in:
Chocobozzz 2020-11-30 14:47:54 +01:00
parent f45c7cc770
commit bd2e2f11d0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 14 additions and 8 deletions

View file

@ -39,7 +39,7 @@ async function run () {
console.log('Starting server.')
const server = await flushAndRunServer(1, {}, [], false)
const server = await flushAndRunServer(1, {}, [], { hideLogs: false, execArgv: [ '--inspect' ] })
const cleanup = () => {
console.log('Killing server')