0
0
Fork 0

Actually exit the process when done cleaning up

This commit is contained in:
Oliver-Akins 2021-01-07 12:36:33 -07:00
parent 325a2cb423
commit 4d63e78d2c

View file

@ -23,6 +23,7 @@ export function processExit() {
};
};
log.info(`Done cleaning up games`);
process.exit();
};