Skip to content

Commit

Permalink
make defaultBrowser more conformant
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsch01 authored Nov 3, 2024
1 parent 66d26b1 commit d4a68ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/data-context/src/data/ProjectLifecycleManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ export class ProjectLifecycleManager {
if (configBrowser) {
if (this.ctx.isRunMode && !this.ctx.modeOptions.isBrowserGivenByCli) {
this.ctx.setModeOptionsBrowser(configBrowser)

return
}

this.ctx.coreData.cliBrowser ??= configBrowser
Expand Down

0 comments on commit d4a68ba

Please sign in to comment.