mirror of
https://github.com/appium/appium.git
synced 2026-05-13 06:18:42 -05:00
chromedriver 2.14 requires sigint to exit, sigterm doesn't kill it
This commit is contained in:
@@ -238,9 +238,9 @@ Chromedriver.prototype.deleteSession = function (cb) {
|
||||
};
|
||||
|
||||
Chromedriver.prototype.stop = function (cb) {
|
||||
logger.debug('Killing chromedriver');
|
||||
logger.debug('Killing chromedriver and waiting for close');
|
||||
this.exitCb = cb;
|
||||
this.proc.kill();
|
||||
this.proc.kill('SIGINT');
|
||||
};
|
||||
|
||||
Chromedriver.prototype.proxyTo = proxyTo;
|
||||
|
||||
Reference in New Issue
Block a user