Updated SIGTERM event

This commit is contained in:
Christer Warén 2021-09-06 21:44:45 +03:00
parent 3ac284e237
commit 884233a938

View File

@ -1,6 +1,6 @@
module.exports = {
name: 'SIGTERM',
async execute(client) {
execute(client) {
process.emit('SIGINT');
}
}