Skip to content

Commit

Permalink
fix(web-ext): Correctly pass browserConsole option to open devtools…
Browse files Browse the repository at this point in the history
… in Firefox (#1308)
  • Loading branch information
psrpinto authored Dec 29, 2024
1 parent 459662a commit 78f97f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wxt/src/core/runners/web-ext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function createWebExtRunner(): ExtensionRunner {

const wxtUserConfig = wxt.config.runnerConfig.config;
const userConfig = {
console: wxtUserConfig?.openConsole,
browserConsole: wxtUserConfig?.openConsole,
devtools: wxtUserConfig?.openDevtools,
startUrl: wxtUserConfig?.startUrls,
keepProfileChanges: wxtUserConfig?.keepProfileChanges,
Expand Down

0 comments on commit 78f97f3

Please sign in to comment.