Skip to content

Commit

Permalink
fix instance await
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 14, 2022
1 parent 604f71a commit e85ce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class VSCodeServiceLauncher extends ChromedriverServiceLauncher {
*/
await this._setupVSCodeWeb(version, cap)
// @ts-expect-error CJS
const instance = await instance
const instance = await this.instance
this._mapBrowserCapabilities(instance.options as ServiceOptions)
}

Expand Down

0 comments on commit e85ce9d

Please sign in to comment.