Skip to content

Commit cbd1849

Browse files
committed
Update Microsoft Edge browser command for Windows to include msedgewebview2
1 parent 491acd6 commit cbd1849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/Browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class Browser {
137137
'linux': ['firefox']
138138
},
139139
'Microsoft Edge': {
140-
'win32': ['msedge', 'msedgewebview'],
140+
'win32': ['msedge', 'msedgewebview2'],
141141
'darwin': ['Microsoft Edge'],
142142
'linux': ['microsoft-edge']
143143
},

0 commit comments

Comments
 (0)