ctrl+c should gracefully clean up pending sessions

This commit is contained in:
Dax Raad
2025-06-18 14:11:33 -04:00
parent 6e4ef585d8
commit d4157d9a96
2 changed files with 24 additions and 15 deletions

View File

@@ -101,7 +101,7 @@ const cli = yargs(hideBin(process.argv))
})()
await proc.exited
await server.stop()
server.stop()
return "done"
})