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 5f1d6b9 commit adec731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/data-context/src/DataContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,8 @@ export class DataContext {
})
}

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

0 comments on commit adec731

Please sign in to comment.