Skip to content

Commit

Permalink
fix: Call launcher done callback
Browse files Browse the repository at this point in the history
  • Loading branch information
wswebcreation committed Oct 30, 2020
1 parent ee79b71 commit 6050150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/launcher/launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ export function SaucelabsLauncher(args,
}

connectedDrivers.delete(this.id)

this._done();
return process.nextTick(done);
})
}

0 comments on commit 6050150

Please sign in to comment.