This commit is contained in:
Zutatensuppe 2020-12-04 21:19:45 +01:00
parent 996822b046
commit ba62603576
3 changed files with 7 additions and 5 deletions

View file

@ -180,6 +180,7 @@ const gracefulShutdown = (signal) => {
Game.persistAll()
server.close()
wss.close()
process.exit()
}
// used by nodemon