1
0
Fork 0

Introduce sql command

This commit is contained in:
Chocobozzz 2021-07-09 15:37:43 +02:00
parent 078f17e6d9
commit 9293139fde
No known key found for this signature in database
GPG key ID: 583A612D890159BE
35 changed files with 229 additions and 292 deletions

View file

@ -15,7 +15,7 @@ const outfile = process.argv[2]
run()
.catch(err => console.error(err))
.finally(() => {
if (server) killallServers([ server ])
if (server) return killallServers([ server ])
})
function buildAuthorizationHeader () {