mirror of
https://github.com/appium/appium.git
synced 2026-02-09 19:28:48 -06:00
use correct shutdown call signature to fix real safari hanging on DELETE session
fix #3244
This commit is contained in:
@@ -151,7 +151,7 @@ Safari.prototype._stop = IOS.prototype.stop;
|
||||
Safari.prototype.stop = function (cb) {
|
||||
if (this.args.udid) {
|
||||
logger.debug("Stopping safariLauncher");
|
||||
this.shutdown(null, null, cb);
|
||||
this.shutdown(null, cb);
|
||||
} else {
|
||||
this._stop(cb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user