mirror of
https://github.com/appium/appium.git
synced 2026-02-11 20:39:04 -06:00
don't call start callback in onDie (fix #1391)
This commit is contained in:
@@ -488,7 +488,7 @@ Appium.prototype.invoke = function(cb) {
|
||||
// if we're using the safari launcher app, don't end the session when
|
||||
// instruments inevitably crashes out
|
||||
if (!this.isSafariLauncherApp) {
|
||||
this.cleanupSession(null, cb);
|
||||
this.cleanupSession();
|
||||
}
|
||||
}.bind(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user