Fix typo in code comments
This commit is contained in:
parent
4cc07c5312
commit
488e3c32b3
|
@ -22,7 +22,7 @@ process.on('SIGTERM', async () => {
|
|||
process.exit(0);
|
||||
});
|
||||
|
||||
// Handle interupt signal
|
||||
// Handle interrupt signal
|
||||
process.on('SIGINT', () => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('SIGINT signal received.');
|
||||
|
|
Loading…
Reference in New Issue