Fix typo in code comments

This commit is contained in:
davide-acanfora 2024-04-30 17:00:53 +02:00
parent 4cc07c5312
commit 488e3c32b3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ process.on('SIGTERM', async () => {
process.exit(0); process.exit(0);
}); });
// Handle interupt signal // Handle interrupt signal
process.on('SIGINT', () => { process.on('SIGINT', () => {
// eslint-disable-next-line no-console // eslint-disable-next-line no-console
console.log('SIGINT signal received.'); console.log('SIGINT signal received.');