diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-09 15:37:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:18 +0200 |
commit | 9293139fde7091e9badcafa9b570b83cea9a10ad (patch) | |
tree | 9728412f02af4aa59d2c016db47624251e8f6be6 /server/tools | |
parent | 078f17e6d90376050f43ce639e88e11869b49ee7 (diff) | |
download | PeerTube-9293139fde7091e9badcafa9b570b83cea9a10ad.tar.gz PeerTube-9293139fde7091e9badcafa9b570b83cea9a10ad.tar.zst PeerTube-9293139fde7091e9badcafa9b570b83cea9a10ad.zip |
Introduce sql command
Diffstat (limited to 'server/tools')
-rw-r--r-- | server/tools/test-live.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/test-live.ts b/server/tools/test-live.ts index 76fd69435..3c6a67cf7 100644 --- a/server/tools/test-live.ts +++ b/server/tools/test-live.ts | |||
@@ -40,7 +40,7 @@ async function run () { | |||
40 | 40 | ||
41 | const cleanup = () => { | 41 | const cleanup = () => { |
42 | console.log('Killing server') | 42 | console.log('Killing server') |
43 | killallServers([ server ]) | 43 | await killallServers([ server ]) |
44 | } | 44 | } |
45 | 45 | ||
46 | process.on('exit', cleanup) | 46 | process.on('exit', cleanup) |