fix: typo in the browsers package (#9957)

This commit is contained in:
Alex Rudenko 2023-04-03 09:36:21 +02:00 committed by GitHub
parent 728547d460
commit c7803844cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ class Process {
this.kill();
process.exit(130);
case 'SIGTERM':
case 'SIGUP':
case 'SIGHUP':
this.kill();
break;
}