2023-06-04 05:48:42 +03:00

7 lines
105 B
TypeScript

export default {
name: 'SIGTERM',
execute(client: any) {
process.emit('SIGINT');
}
}