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:
parent
f45c7cc770
commit
bd2e2f11d0
2 changed files with 14 additions and 8 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue