Skip to content

Commit

Permalink
final oops
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsch01 authored Nov 6, 2024
1 parent 4425433 commit 6933638
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.coreData.cliBrowser = configBrowser
this.coreData.cliBrowser = browser
}
}

0 comments on commit 6933638

Please sign in to comment.