Skip to content

Commit

Permalink
Update DataContext.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsch01 authored Nov 6, 2024
1 parent adec731 commit 4425433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-context/src/DataContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,6 @@ export class DataContext {

updateCliBrowser (browser: string) {
(this._modeOptions as Partial<AllModeOptions>).browser = browser
this.ctx.coreData.cliBrowser
this.coreData.cliBrowser = configBrowser
}
}

0 comments on commit 4425433

Please sign in to comment.