Skip to content

Commit 78f97f3

Browse files
authored
fix(web-ext): Correctly pass browserConsole option to open devtools in Firefox (#1308)
1 parent 459662a commit 78f97f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wxt/src/core/runners/web-ext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function createWebExtRunner(): ExtensionRunner {
3535

3636
const wxtUserConfig = wxt.config.runnerConfig.config;
3737
const userConfig = {
38-
console: wxtUserConfig?.openConsole,
38+
browserConsole: wxtUserConfig?.openConsole,
3939
devtools: wxtUserConfig?.openDevtools,
4040
startUrl: wxtUserConfig?.startUrls,
4141
keepProfileChanges: wxtUserConfig?.keepProfileChanges,

0 commit comments

Comments
 (0)