Skip to content

Commit

Permalink
fix: typo in the browsers package (#9957)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Apr 3, 2023
1 parent 728547d commit c780384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browsers/src/launcher.ts
Expand Up @@ -235,7 +235,7 @@ class Process {
this.kill();
process.exit(130);
case 'SIGTERM':
case 'SIGUP':
case 'SIGHUP':
this.kill();
break;
}
Expand Down

0 comments on commit c780384

Please sign in to comment.