mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: typo in the browsers package (#9957)
This commit is contained in:
parent
728547d460
commit
c7803844cf
@ -235,7 +235,7 @@ class Process {
|
|||||||
this.kill();
|
this.kill();
|
||||||
process.exit(130);
|
process.exit(130);
|
||||||
case 'SIGTERM':
|
case 'SIGTERM':
|
||||||
case 'SIGUP':
|
case 'SIGHUP':
|
||||||
this.kill();
|
this.kill();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user