forked from mirrors/amnezia-wg-easy
Fix typo in code comments
This commit is contained in:
parent
4cc07c5312
commit
488e3c32b3
1 changed files with 1 additions and 1 deletions
|
@ -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.');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue