mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-12 03:38:29 +00:00
ctrl+c should gracefully clean up pending sessions
This commit is contained in:
@@ -101,7 +101,7 @@ const cli = yargs(hideBin(process.argv))
|
||||
})()
|
||||
|
||||
await proc.exited
|
||||
await server.stop()
|
||||
server.stop()
|
||||
|
||||
return "done"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user