Introduce sql command

This commit is contained in:
Chocobozzz
2021-07-09 15:37:43 +02:00
parent 078f17e6d9
commit 9293139fde
35 changed files with 229 additions and 292 deletions

View File

@@ -40,7 +40,7 @@ async function run () {
const cleanup = () => {
console.log('Killing server')
killallServers([ server ])
await killallServers([ server ])
}
process.on('exit', cleanup)