File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1570,7 +1570,7 @@ if ($VerbosePreference -ne 'SilentlyContinue') {
1570
1570
<ScriptProperty >
1571
1571
<Name >JPEG</Name >
1572
1572
<GetScriptBlock >
1573
- $chromiumNames = 'chromium','chrome','msedge'
1573
+ $chromiumNames = 'chromium','chrome'
1574
1574
foreach ($browserName in $chromiumNames) {
1575
1575
$chromiumCommand =
1576
1576
$ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')
@@ -1881,7 +1881,7 @@ $this | Add-Member -MemberType NoteProperty -Force -Name '.PatternTransform' -Va
1881
1881
<ScriptProperty >
1882
1882
<Name >PNG</Name >
1883
1883
<GetScriptBlock >
1884
- $chromiumNames = 'chromium','chrome','msedge'
1884
+ $chromiumNames = 'chromium','chrome'
1885
1885
foreach ($browserName in $chromiumNames) {
1886
1886
$chromiumCommand =
1887
1887
$ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')
@@ -2136,7 +2136,7 @@ $this | Add-Member -MemberType NoteProperty -Force -Name '.ViewBox' -Value $view
2136
2136
<ScriptProperty >
2137
2137
<Name >WEBP</Name >
2138
2138
<GetScriptBlock >
2139
- $chromiumNames = 'chromium','chrome','msedge'
2139
+ $chromiumNames = 'chromium','chrome'
2140
2140
foreach ($browserName in $chromiumNames) {
2141
2141
$chromiumCommand =
2142
2142
$ExecutionContext.SessionState.InvokeCommand.GetCommand($browserName,'Application')
You can’t perform that action at this time.
0 commit comments