Actually exit the process when done cleaning up
This commit is contained in:
parent
325a2cb423
commit
4d63e78d2c
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ export function processExit() {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
log.info(`Done cleaning up games`);
|
log.info(`Done cleaning up games`);
|
||||||
|
process.exit();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue